Skip to content

Commit 035e790

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 23.9.1](psf/black@22.8.0...23.9.1) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](PyCQA/flake8@5.0.4...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.5.1](pre-commit/mirrors-mypy@v0.981...v1.5.1) - [github.com/codespell-project/codespell: v2.2.1 → v2.2.6](codespell-project/codespell@v2.2.1...v2.2.6) - [github.com/asottile/pyupgrade: v2.38.2 → v3.14.0](asottile/pyupgrade@v2.38.2...v3.14.0)
1 parent 3b05ae2 commit 035e790

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0
3+
rev: 23.9.1
44
hooks:
55
- id: black
66
language_version: python3.7
77
args: ["-l", "80", "-t", "py36"]
88
exclude: "notebooks/.*"
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.3.0
10+
rev: v4.4.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -22,24 +22,24 @@ repos:
2222
- id: check-shebang-scripts-are-executable
2323
- id: check-executables-have-shebangs
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: '5.0.4' # pick a git hash / tag to point to
25+
rev: '6.1.0' # pick a git hash / tag to point to
2626
hooks:
2727
- id: flake8
2828
exclude: ^notebooks
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v0.981' # Use the sha / tag you want to point at
30+
rev: 'v1.5.1' # Use the sha / tag you want to point at
3131
hooks:
3232
- id: mypy
3333
exclude: "config_gen.py|conftest.py|notebooks/"
3434
additional_dependencies:
3535
- types-PyYAML
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: 'v2.2.1'
37+
rev: 'v2.2.6'
3838
hooks:
3939
- id: codespell
4040
args: ["-I", "codespell.txt"]
4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v2.38.2
42+
rev: v3.14.0
4343
hooks:
4444
- id: pyupgrade
4545
args: ["--py36-plus"]

0 commit comments

Comments
 (0)