Skip to content

Commit f0ed656

Browse files
committed
pre-commit autoupdate
1 parent 08a5f70 commit f0ed656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.1.0
3+
rev: 22.3.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=100]
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.1.0
8+
rev: v4.2.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
1212
- id: check-yaml
1313
- id: debug-statements
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.2.0
15+
rev: v2.3.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix, --indent, '2']
@@ -22,11 +22,11 @@ repos:
2222
- id: autoflake
2323
args: [--in-place, --remove-unused-variable, --remove-all-unused-imports]
2424
- repo: https://github.com/asottile/reorder_python_imports
25-
rev: v2.7.1
25+
rev: v3.0.1
2626
hooks:
2727
- id: reorder-python-imports
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.31.0
29+
rev: v2.32.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py36-plus]
@@ -36,7 +36,7 @@ repos:
3636
- id: flake8
3737
args: [--max-line-length=100]
3838
- repo: https://github.com/asottile/setup-cfg-fmt
39-
rev: v1.20.0
39+
rev: v1.20.1
4040
hooks:
4141
- id: setup-cfg-fmt
4242
- repo: https://github.com/pocc/pre-commit-hooks

0 commit comments

Comments
 (0)