-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit b922242.
- Loading branch information
Showing
5 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
lint: | ||
black --check tests flask_limiter | ||
mypy flask_limiter | ||
ruff flask_limiter tests | ||
flake8 flask_limiter tests | ||
|
||
lint-fix: | ||
black tests flask_limiter | ||
mypy flask_limiter | ||
isort -r --profile=black tests flask_limiter | ||
ruff --fix flask_limiter tests | ||
autoflake8 -i -r tests flask_limiter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
-r test.txt | ||
-r docs.txt | ||
ruff | ||
autoflake8 | ||
black | ||
flake8 | ||
isort | ||
keyring | ||
mypy |