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 e72f29a commit a2a7716Copy full SHA for a2a7716
pyproject.toml
@@ -1,28 +1,9 @@
1
[tool.ruff]
2
-# Match Black's style
3
line-length = 88
4
-target-version = "py312" # adjust to your minimum supported Python version
+target-version = "py312"
5
6
-# Match Flake8/hacking exclude patterns
7
-exclude = [
8
- ".venv",
9
- ".git",
10
- ".tox",
11
- "dist",
12
- "doc",
13
- "build",
14
- "*egg",
15
- "*lib/python*"
16
-]
17
-
18
-# For OpenStack/_-based i18n
19
-builtins = ["_"]
20
21
-# Optional: format with Ruff (in place of Black)
22
[tool.ruff.format]
23
-quote-style = "double"
24
-indent-style = "space"
25
-line-ending = "auto"
+line-ending = "lf"
26
27
[tool.ruff.lint]
28
select = [
test-requirements.txt
@@ -5,3 +5,4 @@ codespell
types-PyYAML
types-setuptools
mypy
+black~=25.1.0
0 commit comments