Skip to content

Commit

Permalink
Merge pull request #40 from AndresBena19/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresBena19 authored Sep 26, 2024
2 parents 6a0add9 + 593dcbb commit f2fce72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,40 @@ ci:

repos:
- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 7.1.1
hooks:
- id: flake8
args:
- --config=.flake8
- repo: https://github.com/pycqa/pylint
rev: v2.15.0
rev: v3.3.0
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 24.8.0
hooks:
- id: black
language_version: python3
args:
- --config
- pyproject_black.toml
- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.10
hooks:
- id: bandit
args:
- -c
- bandit.yaml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.971'
rev: 'v1.11.2'
hooks:
- id: mypy
args:
- --config-file=mypy.ini
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
args:
Expand Down

0 comments on commit f2fce72

Please sign in to comment.