Skip to content

Commit ff97f7a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/setup-cfg-fmt: v1.17.0 → v1.20.1](asottile/setup-cfg-fmt@v1.17.0...v1.20.1) - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/psf/black: 21.5b2 → 22.6.0](psf/black@21.5b2...22.6.0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.34.0](asottile/pyupgrade@v2.19.0...v2.34.0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.961](pre-commit/mirrors-mypy@v0.812...v0.961) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.3.1](nbQA-dev/nbQA@1.1.1...1.3.1)
1 parent 63fdf18 commit ff97f7a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.0.1
5+
rev: v4.3.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v1.17.0
11+
rev: v1.20.1
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.2
15+
rev: 4.0.1
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.7.0]
@@ -22,24 +22,24 @@ repos:
2222
- id: autoflake
2323
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.8.0
25+
rev: 5.10.1
2626
hooks:
2727
- id: isort
2828
- repo: https://github.com/psf/black
29-
rev: 21.5b2
29+
rev: 22.6.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.19.0
33+
rev: v2.34.0
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.812
38+
rev: v0.961
3939
hooks:
4040
- id: mypy
4141
- repo: https://github.com/nbQA-dev/nbQA
42-
rev: 1.1.1
42+
rev: 1.3.1
4343
hooks:
4444
- id: nbqa-black
4545
- id: nbqa-isort

0 commit comments

Comments
 (0)