Skip to content

Commit d1eeee4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](asottile/setup-cfg-fmt@v2.2.0...v2.4.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - https://github.com/myint/autoflakehttps://github.com/PyCQA/autoflake - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](PyCQA/autoflake@v2.1.1...v2.2.1) - [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1) - [github.com/asottile/pyupgrade: v3.4.0 → v3.13.0](asottile/pyupgrade@v3.4.0...v3.13.0)
1 parent c0fa31c commit d1eeee4

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
@@ -10,15 +10,15 @@ repos:
1010
- id: mixed-line-ending
1111
- id: check-merge-conflict
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.2.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 6.0.0
17+
rev: 6.1.0
1818
hooks:
1919
- id: flake8
20-
- repo: https://github.com/myint/autoflake
21-
rev: v2.1.1
20+
- repo: https://github.com/PyCQA/autoflake
21+
rev: v2.2.1
2222
hooks:
2323
- id: autoflake
2424
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
@@ -27,11 +27,11 @@ repos:
2727
hooks:
2828
- id: isort
2929
- repo: https://github.com/psf/black
30-
rev: 23.3.0
30+
rev: 23.9.1
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v3.4.0
34+
rev: v3.13.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py37-plus]

0 commit comments

Comments
 (0)