Skip to content

Commit

Permalink
Revert "[chore] Atualização de dependências do projeto" (#933)
Browse files Browse the repository at this point in the history
Reverts #925
  • Loading branch information
trevineju authored Sep 18, 2023
2 parents fadf146 + 2371b29 commit 9c4720c
Show file tree
Hide file tree
Showing 4 changed files with 1,901 additions and 1,624 deletions.
18 changes: 14 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,47 @@ repos:
rev: v4.4.0
hooks:
- id: check-case-conflict
fail_fast: true
- id: check-merge-conflict
fail_fast: true
- id: debug-statements
fail_fast: true
- id: detect-aws-credentials
fail_fast: true
args: ["--allow-missing-credentials"]
- id: detect-private-key
fail_fast: true

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.1.0
hooks:
- id: black
fail_fast: true

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
fail_fast: true
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.287'
rev: 'v0.0.254'
hooks:
- id: ruff
fail_fast: true
args: ["--ignore", "E501"]

- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
rev: 1.7.4
hooks:
- id: bandit
fail_fast: true
args: ["-ll"]

- repo: https://github.com/Lucas-C/pre-commit-hooks-safety
rev: v1.3.2
rev: v1.3.1
hooks:
- id: python-safety-dependencies-check
fail_fast: true
files: requirements\/[a-z]+\.txt
Loading

0 comments on commit 9c4720c

Please sign in to comment.