Skip to content

Commit

Permalink
Use flake8-black to benefit from more style check
Browse files Browse the repository at this point in the history
This plugin combines both, meaning users only need to
use one command to check both (or use make checkstyle).
  • Loading branch information
kalikiana committed Oct 18, 2023
1 parent 0ba3e19 commit a9ad0cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ only-test:

.PHONY: checkstyle
checkstyle:
black --check ./
flake8 ./

.PHONY: tidy
tidy:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ requests
osc
openqa-client
ruamel.yaml
black
flake8-black
jsonschema
urllib3<2 # responses needs <2, see https://github.com/getsentry/responses/issues/635

0 comments on commit a9ad0cf

Please sign in to comment.