Skip to content

Commit d2e2fdb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](PyCQA/autoflake@v2.1.1...v2.2.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](psf/black@23.3.0...23.12.1) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.33.0](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.33.0) - [github.com/pycqa/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 1c07602 commit d2e2fdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
repos:
22
- repo: https://github.com/PyCQA/autoflake
3-
rev: v2.1.1
3+
rev: v2.2.1
44
hooks:
55
- id: autoflake
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.12.0
9+
rev: 5.13.2
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.5.0
1616
hooks:
1717
- id: trailing-whitespace
1818
exclude: ^docs/.*|.*.md
1919
- id: end-of-file-fixer
2020
exclude: ^docs/.*|.*.md
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.12.1
2424
hooks:
2525
- id: black
2626
language_version: python3
2727

2828
- repo: https://github.com/adrienverge/yamllint.git
29-
rev: v1.32.0
29+
rev: v1.33.0
3030
hooks:
3131
- id: yamllint
3232
args: ["-d", "relaxed"]
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: 6.0.0
35+
rev: 7.0.0
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)