Skip to content

Commit e151bac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 25.1.0](psf/black@22.6.0...25.1.0) - [github.com/PyCQA/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - [github.com/pycqa/flake8: 5.0.4 → 7.1.1](PyCQA/flake8@5.0.4...7.1.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.4.1](codespell-project/codespell@v2.1.0...v2.4.1)
1 parent 8a4ae0b commit e151bac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
language_version: python3.8
77
- repo: https://github.com/PyCQA/isort
8-
rev: 5.10.1
8+
rev: 6.0.0
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/pycqa/flake8
12-
rev: 5.0.4
12+
rev: 7.1.1
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.3.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-executables-have-shebangs
1919
- id: check-toml
@@ -22,7 +22,7 @@ repos:
2222
- id: mixed-line-ending
2323
- id: trailing-whitespace
2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.1.0
25+
rev: v2.4.1
2626
hooks:
2727
- id: codespell
2828
args: ["--skip=palms.spec"]

0 commit comments

Comments
 (0)