Skip to content

Commit 91a38ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2) - [github.com/psf/black: 22.8.0 → 23.12.1](psf/black@22.8.0...23.12.1) - [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/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/pycqa/pydocstyle: 6.1.1 → 6.3.0](PyCQA/pydocstyle@6.1.1...6.3.0)
1 parent 556a416 commit 91a38ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.13.2
44
hooks:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 22.8.0
8+
rev: 23.12.1
99
hooks:
1010
- id: black
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.3.0
12+
rev: v4.5.0
1313
hooks:
1414
- id: check-added-large-files
1515
- id: check-case-conflict
@@ -28,11 +28,11 @@ repos:
2828
args: ["--remove"]
2929
- id: requirements-txt-fixer
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: 5.0.4
31+
rev: 7.0.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/pycqa/pydocstyle
35-
rev: 6.1.1
35+
rev: 6.3.0
3636
hooks:
3737
- id: pydocstyle
3838
exclude: test.*|custom_.*|\d\d\d\d_.*

0 commit comments

Comments
 (0)