Skip to content

Commit

Permalink
🔧 Add flake8 to make style-check (#12137)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 19, 2024
1 parent aaecc93 commit 3f3d3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Expand Up @@ -22,6 +22,7 @@ exclude =
.git,
.tox,
.venv,
node_modules/*,
tests/roots/*,
build/*,
doc/_build/*,
Expand Down
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -45,6 +45,7 @@ clean: clean

.PHONY: style-check
style-check:
@flake8 .
@ruff check .

.PHONY: type-check
Expand Down

0 comments on commit 3f3d3d8

Please sign in to comment.