We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43351ff commit 909af3eCopy full SHA for 909af3e
1 file changed
.pre-commit-config.yaml
@@ -3,15 +3,15 @@ default_language_version:
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: v0.1.8
+ rev: v0.11.11
7
hooks:
8
# Run the linter.
9
- id: ruff
10
args: [ --fix ]
11
# Run the formatter.
12
- id: ruff-format
13
- repo: https://github.com/pre-commit/mirrors-mypy
14
- rev: v1.5.1
+ rev: v1.15.0
15
16
- id: mypy
17
files: ^src/
@@ -22,7 +22,7 @@ repos:
22
- tokenize-rt==4.1.0
23
- types-pkg_resources==0.1.2
24
- repo: https://github.com/codespell-project/codespell
25
- rev: v2.2.6
+ rev: v2.4.1
26
27
- id: codespell
28
name: codespell
0 commit comments