Skip to content

Commit 68b8826

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/psf/black: 22.3.0 → 23.11.0](psf/black@22.3.0...23.11.0) - [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.7.0](pre-commit/mirrors-mypy@v0.961...v1.7.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.15.0](asottile/pyupgrade@v2.34.0...v3.15.0)
1 parent 043c325 commit 68b8826

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^$|venv'
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.3.0
4+
rev: v4.5.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: debug-statements
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 23.11.0
1515
hooks:
1616
- id: black
1717
language_version: python3.9
@@ -21,17 +21,17 @@ repos:
2121
- id: autoflake
2222
args: [ '--in-place', '--remove-all-unused-imports', '--remove-unused-variable' ]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 5.10.1
24+
rev: 5.12.0
2525
hooks:
2626
- id: isort
2727
args: ['--line-length=79']
2828
language_version: python3.9
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v0.961
30+
rev: v1.7.0
3131
hooks:
3232
- id: mypy
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.34.0
34+
rev: v3.15.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py36-plus]

0 commit comments

Comments
 (0)