Skip to content

Commit 6dd5a96

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.4...v0.6.9)
1 parent 6ffe22b commit 6dd5a96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ fail_fast: false
22
default_language_version:
33
python: python3
44
default_stages:
5-
- commit
6-
- push
5+
- Nonepre-commitNone
6+
- Nonepre-pushNone
77
minimum_pre_commit_version: 2.16.0
88
ci:
99
skip: []
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: [numpy, types-requests]
2828
exclude: tests/|docs/
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.6.4
30+
rev: v0.6.9
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)