Skip to content

Commit f6fe02a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0) - [github.com/pycqa/isort: 5.12.0 → 6.0.1](PyCQA/isort@5.12.0...6.0.1) - [github.com/PyCQA/autoflake: v2.0.2 → v2.3.1](PyCQA/autoflake@v2.0.2...v2.3.1)
1 parent ee3c0b6 commit f6fe02a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.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: 25.1.0
1010
hooks:
1111
- id: black
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.12.0
13+
rev: 6.0.1
1414
hooks:
1515
- id: isort
1616
args: ["--profile", "black"]
1717
- repo: https://github.com/PyCQA/autoflake
18-
rev: v2.0.2
18+
rev: v2.3.1
1919
hooks:
2020
- id: autoflake
2121
args:

0 commit comments

Comments
 (0)