Skip to content

Commit

Permalink
use ruff for formatting instead of black
Browse files Browse the repository at this point in the history
  • Loading branch information
fnep committed Sep 24, 2024
1 parent fff3fc4 commit 351c86e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 116 deletions.
114 changes: 1 addition & 113 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ types-PyYAML = "^6.0.12.20240808"
types-certifi = "^2021.10.8.3"
pytest = "^8.3.2"
ruff = "^0.6.3"
pytest-black = "^0.3.12"
pytest-mypy = "^0.10.3"
pytest-ruff = "^0.4.1"

Expand Down Expand Up @@ -76,3 +75,7 @@ exclude = [".venv"]
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.pytest.ini_options]
addopts = "--doctest-modules --mypy --ruff --ruff-format"
xfail_strict = true
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

0 comments on commit 351c86e

Please sign in to comment.