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

Skip to content

Commit f32bc64

Browse files
authored
Merge pull request #1450 from pre-commit/all-repos_autofix_pre-commit-autoupdate
Run pre-commit autoupdate
2 parents 9641434 + 6f2e869 commit f32bc64

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ repos:
1212
- id: requirements-txt-fixer
1313
- id: double-quote-string-fixer
1414
- repo: https://gitlab.com/pycqa/flake8
15-
rev: 3.7.9
15+
rev: 3.8.0
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.6.0]
1919
- repo: https://github.com/pre-commit/mirrors-autopep8
20-
rev: v1.5.1
20+
rev: v1.5.2
2121
hooks:
2222
- id: autopep8
2323
- repo: https://github.com/pre-commit/pre-commit
24-
rev: v2.2.0
24+
rev: v2.4.0
2525
hooks:
2626
- id: validate_manifest
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v2.1.0
28+
rev: v2.4.1
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py36-plus]
3232
- repo: https://github.com/asottile/reorder_python_imports
33-
rev: v2.1.0
33+
rev: v2.3.0
3434
hooks:
3535
- id: reorder-python-imports
3636
args: [--py3-plus]
@@ -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.8.2
43+
rev: v1.9.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)