Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74bbc72

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 8aec369 commit 74bbc72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: double-quote-string-fixer
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.8.4
15+
rev: 3.9.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.10.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.5.4
20+
rev: v1.5.5
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
@@ -40,7 +40,7 @@ repos:
4040
- id: add-trailing-comma
4141
args: [--py36-plus]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.16.0
43+
rev: v1.17.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)