We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52949dc commit fe2abe1Copy full SHA for fe2abe1
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: 'v0.7.0'
+ rev: 'v0.7.1'
5
hooks:
6
# Run the formatter.
7
- id: ruff-format
8
# Run the linter.
9
- id: ruff
10
args: [--fix]
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: 'v1.12.1'
+ rev: 'v1.13.0'
13
14
- id: mypy
15
additional_dependencies: ['polars==1.4.1', 'pytest==8.3.2']
@@ -40,7 +40,7 @@ repos:
40
41
- id: nbstripout
42
- repo: https://github.com/adamchainz/blacken-docs
43
- rev: "1.19.0" # replace with latest tag on GitHub
+ rev: "1.19.1" # replace with latest tag on GitHub
44
45
- id: blacken-docs
46
args: [--skip-errors]
0 commit comments