Skip to content

Commit 924c489

Browse files
authored
chore: update ruff version to 0.2.1 and remove preview flag (#37)
Signed-off-by: Federico Bond <federicobond@gmail.com>
1 parent 2e7e14c commit 924c489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.1.11
4+
rev: v0.2.1
55
hooks:
66
- id: ruff
7+
args: [--fix]
78
- id: ruff-format
89

910
- repo: https://github.com/pre-commit/pre-commit-hooks

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ select = [
3737
ignore = [
3838
"E501", # the formatter will handle any too long line
3939
]
40-
preview = true
4140

4241
[lint.isort]
4342
known-first-party = ["openfeature"]

0 commit comments

Comments
 (0)