Skip to content

Commit 4af1ceb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.4.0](asottile/setup-cfg-fmt@v2.0.0...v2.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/PyCQA/autoflake: v1.6.1 → v2.2.1](PyCQA/autoflake@v1.6.1...v2.2.1) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/psf/black: 22.8.0 → 23.9.1](psf/black@22.8.0...23.9.1) - [github.com/asottile/pyupgrade: v2.38.2 → v3.13.0](asottile/pyupgrade@v2.38.2...v3.13.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.5.1](pre-commit/mirrors-mypy@v0.981...v1.5.1)
1 parent d67c2eb commit 4af1ceb

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,42 +2,42 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
1111
- id: check-merge-conflict
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.0.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.4
17+
rev: 6.1.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies: [flake8-typing-imports==1.7.0]
2121
- repo: https://github.com/PyCQA/autoflake
22-
rev: v1.6.1
22+
rev: v2.2.1
2323
hooks:
2424
- id: autoflake
2525
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.10.1
27+
rev: 5.12.0
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 22.8.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.38.2
35+
rev: v3.13.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.981
40+
rev: v1.5.1
4141
hooks:
4242
- id: mypy
4343
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)