Skip to content

Commit 9deec4f

Browse files
authored
bump versions
1 parent 99bd406 commit 9deec4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v3.3.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -18,16 +18,16 @@ repos:
1818
- id: blacken-docs
1919
additional_dependencies: [black==20.8b1]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v2.7.2
21+
rev: v2.7.3
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py36-plus']
2525
- repo: https://github.com/timothycrosley/isort
26-
rev: 5.5.2
26+
rev: 5.6.4
2727
hooks:
2828
- id: isort
2929
- repo: https://gitlab.com/pycqa/flake8
30-
rev: 3.8.3
30+
rev: 3.8.4
3131
hooks:
3232
- id: flake8
3333
args: ['--config=tox.ini']

0 commit comments

Comments
 (0)