Skip to content

Commit c0b8a07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.0 → 24.4.2](psf/black@23.10.0...24.4.2) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.0](PyCQA/flake8@6.1.0...7.1.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
1 parent 0e7f107 commit c0b8a07

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -18,13 +18,13 @@ 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.15.0
21+
rev: v3.16.0
2222
hooks:
2323
- id: pyupgrade
2424
args: ['--py37-plus']
2525

2626
- repo: https://github.com/PyCQA/autoflake
27-
rev: v2.2.1
27+
rev: v2.3.1
2828
hooks:
2929
- id: autoflake
3030
args: [
@@ -34,29 +34,29 @@ repos:
3434
]
3535

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

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

4747
- repo: https://github.com/asottile/blacken-docs
48-
rev: 1.16.0
48+
rev: 1.18.0
4949
hooks:
5050
- id: blacken-docs
5151
additional_dependencies: [black]
5252

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

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

0 commit comments

Comments
 (0)