Skip to content

Commit f5a5bc1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 6e5c54c commit f5a5bc1

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
@@ -18,7 +18,7 @@ repos:
1818
args: ['--fix=auto'] # replace 'auto' with 'lf' to enforce Linux/Mac line endings or 'crlf' for Windows
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.18.0
21+
rev: v3.19.1
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py38-plus']
@@ -34,29 +34,29 @@ repos:
3434
]
3535

3636
- repo: https://github.com/PyCQA/isort
37-
rev: 5.13.2
37+
rev: 6.0.0
3838
hooks:
3939
- id: isort
4040

4141
- repo: https://github.com/psf/black
42-
rev: 24.10.0
42+
rev: 25.1.0
4343
hooks:
4444
- id: black
4545
language_version: python3
4646

4747
- repo: https://github.com/adamchainz/blacken-docs
48-
rev: 1.19.0
48+
rev: 1.19.1
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black==23.*]
5252

5353
- repo: https://github.com/PyCQA/flake8
54-
rev: 7.1.1
54+
rev: 7.1.2
5555
hooks:
5656
- id: flake8
5757
additional_dependencies: [flake8-bugbear]
5858

5959
- repo: https://github.com/codespell-project/codespell
60-
rev: v2.3.0
60+
rev: v2.4.1
6161
hooks:
6262
- id: codespell

0 commit comments

Comments
 (0)