Skip to content

Commit

Permalink
chore(lint): remove black
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyoslav committed Oct 23, 2024
1 parent 8b71df1 commit 96566be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 71 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ init:
## Run all formatters and linters in project
lint:
poetry run ruff check tests internal \
& poetry run ruff format --check tests internal \
& poetry run black --check tests internal
& poetry run ruff format --check tests internal

## Reformat code
format:
poetry run ruff format tests internal & poetry run ruff check --fix & poetry run black tests internal
poetry run ruff format tests internal & poetry run ruff check --fix

## Run all tests in project
test:
Expand Down
68 changes: 1 addition & 67 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ cfgv = "^3.4.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
ruff = "^0.3.2"
black = "^24.2.0"
pre-commit = "^3.6.2"
celery-types = "^0.22.0"
watchdog = "^4.0.0"
Expand Down

0 comments on commit 96566be

Please sign in to comment.