Skip to content

Commit d7a81bf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/PyCQA/autoflake: v1.7.6 → v2.2.1](PyCQA/autoflake@v1.7.6...v2.2.1) - http://github.com/pycqa/isort: 5.10.1 → 5.13.2 - [github.com/psf/black: 22.10.0 → 24.1.1](psf/black@22.10.0...24.1.1) - [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
1 parent 06ac349 commit d7a81bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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.3.0
5+
rev: v4.5.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-added-large-files
@@ -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/PyCQA/autoflake
21-
rev: v1.7.6
21+
rev: v2.2.1
2222
hooks:
2323
- id: autoflake
2424
args: [
@@ -28,24 +28,24 @@ repos:
2828
]
2929

3030
- repo: http://github.com/pycqa/isort
31-
rev: 5.10.1
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434

3535
- repo: https://github.com/psf/black
36-
rev: 22.10.0
36+
rev: 24.1.1
3737
hooks:
3838
- id: black
3939
language_version: python3
4040

4141
- repo: https://github.com/asottile/blacken-docs
42-
rev: v1.12.1
42+
rev: 1.16.0
4343
hooks:
4444
- id: blacken-docs
4545
additional_dependencies: [black]
4646

4747
- repo: https://github.com/PyCQA/flake8
48-
rev: 5.0.4
48+
rev: 7.0.0
4949
hooks:
5050
- id: flake8
5151
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)