Skip to content

Commit 18858cd

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 → v2.0.0](asottile/setup-cfg-fmt@v1.17.0...v2.0.0) - [github.com/PyCQA/flake8: 3.9.2 → 5.0.4](PyCQA/flake8@3.9.2...5.0.4) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v1.4 → v1.6.1](PyCQA/autoflake@v1.4...v1.6.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.8.0](psf/black@21.5b2...22.8.0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.38.2](asottile/pyupgrade@v2.19.0...v2.38.2) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.981](pre-commit/mirrors-mypy@v0.812...v0.981) - [github.com/nbQA-dev/nbQA: 1.1.1 → 1.5.2](nbQA-dev/nbQA@1.1.1...1.5.2) - [github.com/kynan/nbstripout: 0.5.0 → 0.6.1](kynan/nbstripout@0.5.0...0.6.1)
1 parent 63fdf18 commit 18858cd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,48 @@ 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: v2.0.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/PyCQA/flake8
15-
rev: 3.9.2
15+
rev: 5.0.4
1616
hooks:
1717
- id: flake8
1818
additional_dependencies: [flake8-typing-imports==1.7.0]
19-
- repo: https://github.com/myint/autoflake
20-
rev: v1.4
19+
- repo: https://github.com/PyCQA/autoflake
20+
rev: v1.6.1
2121
hooks:
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.8.0
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.19.0
33+
rev: v2.38.2
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.981
3939
hooks:
4040
- id: mypy
4141
- repo: https://github.com/nbQA-dev/nbQA
42-
rev: 1.1.1
42+
rev: 1.5.2
4343
hooks:
4444
- id: nbqa-black
4545
- id: nbqa-isort
4646
- repo: https://github.com/kynan/nbstripout
47-
rev: 0.5.0
47+
rev: 0.6.1
4848
hooks:
4949
- id: nbstripout

0 commit comments

Comments
 (0)