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 2e7e14c commit 924c489Copy full SHA for 924c489
.pre-commit-config.yaml
@@ -1,9 +1,10 @@
1
default_stages: [commit]
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.1.11
+ rev: v0.2.1
5
hooks:
6
- id: ruff
7
+ args: [--fix]
8
- id: ruff-format
9
10
- repo: https://github.com/pre-commit/pre-commit-hooks
ruff.toml
@@ -37,7 +37,6 @@ select = [
37
ignore = [
38
"E501", # the formatter will handle any too long line
39
]
40
-preview = true
41
42
[lint.isort]
43
known-first-party = ["openfeature"]
0 commit comments