Skip to content

Commit

Permalink
Removed black configuration from pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Apr 2, 2024
1 parent 8ebb4bf commit 1b71aa8
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions boefjes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ build-backend = "setuptools.build_meta:__legacy__"
line-length = 120
transform-concats = true

[tool.black]
target-version = ["py310", "py311"]
line-length = 120

[tool.pytest.ini_options]
env = [
"KATALOGUS_DB_URI=postgresql://postgres:postgres@ci_katalogus-db:5432/ci_katalogus",
Expand Down
4 changes: 0 additions & 4 deletions bytes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ pytest-env = "^1.1.3"
[build-system]
requires = ["setuptools>=65", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"

[tool.black]
target-version = ["py310", "py311"]
line-length = 120
4 changes: 0 additions & 4 deletions cveapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[tool.black]
target-version = ["py310", "py311"]
line-length = 120

[tool.poetry]
name = "cveapi"
version = "0.0.1.dev1"
Expand Down
4 changes: 0 additions & 4 deletions keiko/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ httpx = "^0.27.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.black]
target-version = ["py310", "py311"]
line-length = 120
4 changes: 0 additions & 4 deletions mula/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ omit = [
"scheduler/utils/*",
"scheduler/__main__.py",
]

[tool.black]
target-version = ["py310", "py311"]
line-length = 120
4 changes: 0 additions & 4 deletions octopoes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ pytest-env = "^1.1.3"
pytest-timeout = "^2.1.0"
pytest-httpx = "^0.30.0"

[tool.black]
target-version = ["py310", "py311"]
line-length = 120

[tool.pytest.ini_options]
addopts = "--cov --cov-branch --cov-report=term-missing:skip-covered"
env = [
Expand Down
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[tool.black]
target-version = ["py310", "py311"]
line-length = 120

[tool.mypy]
python_version = "3.10"
plugins = ["pydantic.mypy"]
Expand Down Expand Up @@ -56,7 +52,6 @@ exclude = [

]

# Same as Black.
line-length = 120

# Support Python 3.10 and higher
Expand Down
4 changes: 0 additions & 4 deletions rocky/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,3 @@ max_line_length = 120
blank_line_after_tag = "load,extends,include"
# https://www.djlint.com/docs/linter/#rules
ignore = "H006,H016,H017,H030,H031"

[tool.black]
target-version = ["py310", "py311"]
line-length = 120

0 comments on commit 1b71aa8

Please sign in to comment.