Skip to content

Commit e15711d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.1.0 → 23.9.1](psf/black@23.1.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) - [github.com/PyCQA/pylint: v2.16.1 → v3.0.0](pylint-dev/pylint@v2.16.1...v3.0.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.5.1](pre-commit/mirrors-mypy@v0.991...v1.5.1)
1 parent 50f035a commit e15711d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
- id: isort
1313

1414
- repo: https://github.com/psf/black
15-
rev: 23.1.0
15+
rev: 23.9.1
1616
hooks:
1717
- id: black
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.0.0
20+
rev: 6.1.0
2121
hooks:
2222
- id: flake8
2323

@@ -27,12 +27,12 @@ repos:
2727
- id: darglint
2828

2929
- repo: https://github.com/PyCQA/pylint
30-
rev: v2.16.1
30+
rev: v3.0.0
3131
hooks:
3232
- id: pylint
3333

3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v0.991
35+
rev: v1.5.1
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-pkg_resources]

0 commit comments

Comments
 (0)