We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e987b commit 6f9a84fCopy full SHA for 6f9a84f
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.5.2'
+ rev: 'v0.9.10'
5
hooks:
6
- id: ruff
7
args: [., --fix, --exit-non-zero-on-fix]
@@ -11,13 +11,13 @@ repos:
11
pass_filenames: false
12
13
- repo: https://github.com/pre-commit/mirrors-mypy
14
- rev: 'v1.10.1' # Use the sha / tag you want to point at
+ rev: 'v1.15.0' # Use the sha / tag you want to point at
15
16
- id: mypy
17
18
args: ['xontrib', 'xonsh_jupyter', '--ignore-missing-imports']
19
- repo: https://github.com/pre-commit/pre-commit-hooks
20
- rev: v4.6.0
+ rev: v5.0.0
21
22
- id: trailing-whitespace
23
exclude: |
0 commit comments