Skip to content

Commit

Permalink
Removed directories on precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed Nov 21, 2022
1 parent ce84aeb commit 2d943d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,24 @@ repos:
rev: 2.15.4
hooks:
- id: pylint
files: backend
args: ["--rcfile", ".github/configurations/python_linters/.pylintrc"]
- repo: https://github.com/pycqa/bandit
rev: 1.7.4
hooks:
- id: bandit
files: backend
args: ["-c", ".github/configurations/python_linters/.bandit.yaml"]

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
hooks:
- id: flake8
exclude: docs/conf.py
files: backend
args: ["--config", ".github/configurations/python_linters/.flake8"]

- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
files: backend
args: ["--settings-path", ".github/configurations/python_linters/.isort.cfg", "--filter-files", "--skip", "venv"]

- repo: https://github.com/psf/black
Expand Down

0 comments on commit 2d943d4

Please sign in to comment.