Skip to content

Commit b815e58

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/pycqa/pydocstyle: 6.1.1 → 6.2.3](PyCQA/pydocstyle@6.1.1...6.2.3)
1 parent 61490e4 commit b815e58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/PyCQA/isort
3-
rev: 5.10.1
3+
rev: 5.11.4
44
hooks:
55
- id: isort
66
additional_dependencies: [toml]
77
- repo: https://github.com/psf/black
8-
rev: 22.10.0
8+
rev: 22.12.0
99
hooks:
1010
- id: black
1111
args: ["--line-length", "119", "--check"]
@@ -47,7 +47,7 @@ repos:
4747
- id: flake8
4848
exclude: test.*
4949
- repo: https://github.com/pycqa/pydocstyle
50-
rev: 6.1.1
50+
rev: 6.2.3
5151
hooks:
5252
- id: pydocstyle
5353
exclude: test.*

0 commit comments

Comments
 (0)