Skip to content

Commit

Permalink
Upgrade pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed May 1, 2021
1 parent 40fa605 commit dad2dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -18,11 +18,11 @@ repos:
- id: isort
exclude: tests/testdata|astroid/__init__.py
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker/
rev: 1.0.0
rev: 1.0.1
hooks:
- id: black-disable-checker
- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pyupgrade
exclude: tests/testdata
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_pre_commit.txt
@@ -1,6 +1,6 @@
autoflake==1.4
black==20.8b1
pyupgrade==2.11.0
black-disable-checker==1.0.0
pyupgrade==2.13.0
black-disable-checker==1.0.1
pylint==2.7.4
isort==5.8.0

0 comments on commit dad2dec

Please sign in to comment.