Skip to content

Commit

Permalink
Remove black from phulpy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Artucuno committed Jan 28, 2024
1 parent bb1708c commit 661b7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phulpyfile.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@ def lint(phulpy):
for cmd, message in (
(f"flake8 {pydantic_mongo_dir}", "please check flake8 errors"),
(f"isort {pydantic_mongo_dir} --profile black --check", "please run isort!"),
(f"black {pydantic_mongo_dir} --check", "please run black!"),
):
result = system(cmd)
if result:

0 comments on commit 661b7c3

Please sign in to comment.