Skip to content

Commit

Permalink
pre-commit-config: use the same versions as in cuDF
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Dec 16, 2020
1 parent 8ec1e9e commit 2e4363f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/timothycrosley/isort
rev: 4.3.21
rev: 5.0.7
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: stable
rev: 19.10b0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.7
rev: 3.8.3
hooks:
- id: flake8
default_language_version:
Expand Down

0 comments on commit 2e4363f

Please sign in to comment.