-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
making suggested changes to config files
- Loading branch information
Emmanuel Rondan
committed
Feb 6, 2024
1 parent
6d380f7
commit 02eb87b
Showing
4 changed files
with
6 additions
and
42 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,22 +1,22 @@ | ||
repos: | ||
- repo: https://github.com/PyCQA/bandit | ||
rev: 1.7.4 | ||
rev: 1.7.7 | ||
hooks: | ||
- id: bandit | ||
args: [-r, -c, .bandit.yml] | ||
language_version: python3.8 | ||
- repo: https://github.com/PyCQA/flake8 | ||
rev: 5.0.4 | ||
rev: 7.0.0 | ||
hooks: | ||
- id: flake8 | ||
language_version: python3.8 | ||
- repo: https://github.com/psf/black.git | ||
rev: 23.1.0 | ||
rev: 24.1.1 | ||
hooks: | ||
- id: black | ||
language_version: python3.8 | ||
- repo: https://github.com/pycqa/isort | ||
rev: 5.11.5 | ||
rev: 5.13.2 | ||
hooks: | ||
- id: isort | ||
language_version: python3.8 |
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