We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46c5b3 commit 30f9d30Copy full SHA for 30f9d30
setup.cfg
@@ -13,16 +13,3 @@ ignore_errors = True
13
14
[mypy-tests.dataframe.*]
15
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
@@ -37,7 +37,7 @@ def sqlglotrs_version():
37
"python-dateutil",
38
"pdoc",
39
"pre-commit",
40
- "ruff==0.3.2",
+ "ruff==0.4.3",
41
"types-python-dateutil",
42
"typing_extensions",
43
"maturin>=1.4,<2.0",
0 commit comments