Skip to content

Commit a79724d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v1.7.7 → v2.2.1](PyCQA/autoflake@v1.7.7...v2.2.1) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.3...v4.0.0-alpha.8) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/psf/black: 22.10.0 → 24.1.1](psf/black@22.10.0...24.1.1)
1 parent 5490387 commit a79724d

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: "v1.7.7"
3+
rev: "v2.2.1"
44
hooks:
55
- id: autoflake
66
args:
@@ -17,31 +17,31 @@ repos:
1717
exclude: ^tests/codegen/snapshots/python/
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 5.0.4
20+
rev: 7.0.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies: ["flake8-eradicate"]
2424

2525
- repo: https://github.com/pycqa/isort
26-
rev: 5.10.1
26+
rev: 5.13.2
2727
hooks:
2828
- id: isort
2929

3030
- repo: https://github.com/pre-commit/mirrors-prettier
31-
rev: v3.0.0-alpha.3
31+
rev: v4.0.0-alpha.8
3232
hooks:
3333
- id: prettier
3434
files: '^docs/.*\.mdx?$'
3535

3636
- repo: https://github.com/pre-commit/pre-commit-hooks
37-
rev: v4.3.0
37+
rev: v4.5.0
3838
hooks:
3939
- id: trailing-whitespace
4040
- id: check-merge-conflict
4141
- id: end-of-file-fixer
4242
- id: check-toml
4343

4444
- repo: https://github.com/psf/black
45-
rev: 22.10.0
45+
rev: 24.1.1
4646
hooks:
4747
- id: black

0 commit comments

Comments
 (0)