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 48d75a0 commit 8896451Copy full SHA for 8896451
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: examples/data/|.*\.css|.*\.json|.*\.geojson|.*\.html
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: trailing-whitespace
8
- id: check-ast
@@ -17,7 +17,7 @@ repos:
17
files: requirements-dev.txt
18
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.12.7
+ rev: v0.12.11
21
22
- id: ruff
23
0 commit comments