Skip to content

Commit 4eb79b5

Browse files
author
Michael Howitz
committed
Update pre-commit dependencies.
1 parent 533f8a4 commit 4eb79b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 20.8b1
4+
rev: 21.9b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet, --target-version, py36]
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v3.4.0
9+
rev: v4.0.1
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -16,18 +16,18 @@ repos:
1616
- id: debug-statements
1717
language_version: python3
1818
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.8.4
19+
rev: 3.9.2
2020
hooks:
2121
- id: flake8
2222
language_version: python3
2323
additional_dependencies: [flake8-typing-imports>=1.9.0]
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.3.6
25+
rev: v2.6.0
2626
hooks:
2727
- id: reorder-python-imports
2828
args: ['--application-directories=.:src', --py3-plus]
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v2.7.4
30+
rev: v2.26.0
3131
hooks:
3232
- id: pyupgrade
3333
args: [--py36-plus]

0 commit comments

Comments
 (0)