Skip to content

Commit 18cc89f

Browse files
[pre-commit.ci] pre-commit autoupdate (#979)
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1) - [github.com/MarcoGorelli/cython-lint.git: v0.15.0 → v0.16.0](https://github.com/MarcoGorelli/cython-lint.git/compare/v0.15.0...v0.16.0) - [github.com/pre-commit/mirrors-mypy.git: v1.7.0 → v1.8.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.7.0...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 188447e commit 18cc89f

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
@@ -17,11 +17,11 @@ repos:
1717
additional_dependencies:
1818
- wemake-python-styleguide
1919
- repo: https://github.com/PyCQA/isort
20-
rev: '5.12.0'
20+
rev: '5.13.2'
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: '23.11.0'
24+
rev: '23.12.1'
2525
hooks:
2626
- id: black
2727
language_version: python3 # Should be a command that runs python3.7+
@@ -94,7 +94,7 @@ repos:
9494
- --strict
9595

9696
- repo: https://github.com/MarcoGorelli/cython-lint.git
97-
rev: v0.15.0
97+
rev: v0.16.0
9898
hooks:
9999
- id: cython-lint
100100

@@ -107,7 +107,7 @@ repos:
107107
^[^/]+[.]rst$
108108
109109
- repo: https://github.com/pre-commit/mirrors-mypy.git
110-
rev: v1.7.0
110+
rev: v1.8.0
111111
hooks:
112112
- id: mypy
113113
alias: mypy-py312

0 commit comments

Comments
 (0)