Skip to content

Commit 6487ccb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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.10.0](psf/black@23.3.0...23.10.0) - [github.com/PyCQA/autoflake: v2.0.2 → v2.2.1](PyCQA/autoflake@v2.0.2...v2.2.1)
1 parent ee3c0b6 commit 6487ccb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/psf/black
9-
rev: 23.3.0
9+
rev: 23.10.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/isort
@@ -15,7 +15,7 @@ repos:
1515
- id: isort
1616
args: ["--profile", "black"]
1717
- repo: https://github.com/PyCQA/autoflake
18-
rev: v2.0.2
18+
rev: v2.2.1
1919
hooks:
2020
- id: autoflake
2121
args:

0 commit comments

Comments
 (0)