Skip to content

Commit 30f9d30

Browse files
authored
Chore: bump ruff to 0.4.3 (tobymao#3430)
* Chore: bump ruff to 0.4.3 * Get rid of unused configs in setup.cfg
1 parent b46c5b3 commit 30f9d30

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

setup.cfg

-13
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,3 @@ ignore_errors = True
1313

1414
[mypy-tests.dataframe.*]
1515
ignore_errors = False
16-
17-
[autoflake]
18-
in-place = True
19-
expand-star-imports = True
20-
remove-all-unused-imports = True
21-
ignore-init-module-imports = True
22-
remove-duplicate-keys = True
23-
remove-unused-variables = True
24-
quiet = True
25-
26-
[isort]
27-
profile=black
28-
known_first_party=sqlglot

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def sqlglotrs_version():
3737
"python-dateutil",
3838
"pdoc",
3939
"pre-commit",
40-
"ruff==0.3.2",
40+
"ruff==0.4.3",
4141
"types-python-dateutil",
4242
"typing_extensions",
4343
"maturin>=1.4,<2.0",

0 commit comments

Comments
 (0)