Skip to content

Commit 302812e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.9.1 → 23.12.1](psf/black@23.9.1...23.12.1) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.8.0](pre-commit/mirrors-mypy@v1.5.1...v1.8.0)
1 parent 823829e commit 302812e

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
@@ -2,15 +2,15 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- id: mixed-line-ending
1111
- id: check-merge-conflict
1212
- repo: https://github.com/asottile/setup-cfg-fmt
13-
rev: v2.4.0
13+
rev: v2.5.0
1414
hooks:
1515
- id: setup-cfg-fmt
1616
- repo: https://github.com/PyCQA/flake8
@@ -24,19 +24,19 @@ repos:
2424
- id: autoflake
2525
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
2626
- repo: https://github.com/PyCQA/isort
27-
rev: 5.12.0
27+
rev: 5.13.2
2828
hooks:
2929
- id: isort
3030
- repo: https://github.com/psf/black
31-
rev: 23.9.1
31+
rev: 23.12.1
3232
hooks:
3333
- id: black
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.13.0
35+
rev: v3.15.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py37-plus]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.5.1
40+
rev: v1.8.0
4141
hooks:
4242
- id: mypy

0 commit comments

Comments
 (0)