We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f229a3 commit f593210Copy full SHA for f593210
.pre-commit-config.yaml
@@ -1,9 +1,9 @@
1
default_language_version:
2
- python: python3.10
+ python: python3.11
3
exclude: LICENSE
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.4.0
+ rev: v4.5.0
7
hooks:
8
- id: check-merge-conflict
9
- id: check-json
@@ -20,11 +20,11 @@ repos:
20
21
- id: check-manifest
22
- repo: https://github.com/psf/black
23
- rev: 23.7.0
+ rev: 23.9.1
24
25
- id: black
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.0.283
+ rev: v0.1.0
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
0 commit comments