Skip to content

Commit

Permalink
Remove black and only use ruff
Browse files Browse the repository at this point in the history
- pytest-black has been abandoned: shopkeep/pytest-black#70
  • Loading branch information
VirginiaDooley committed Jan 31, 2024
1 parent fd21bf7 commit 21dc662
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
2 changes: 0 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pytz = "==2022.6"
urllib3 = "<2.0.0"

[dev-packages]
black = "==22.10.0"
vcrpy = "==4.2.1"
pytest = "*"
pytest-cov = "*"
Expand All @@ -42,7 +41,6 @@ wheel = "==0.38.4"
pre-commit = "*"
ruff = "*"
pytest-ruff = "*"
pytest-black = "*"

[requires]
python_version = "3.8"
Expand Down
68 changes: 1 addition & 67 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ addopts =[
"--ignore=democracy_club/settings/local.py",
"--ignore=lib",
"--ruff",
"--black",
"--ruff-format",
]

0 comments on commit 21dc662

Please sign in to comment.