Skip to content

Commit

Permalink
Merge branch 'develop' into python_3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lemke authored Apr 11, 2023
2 parents f82202f + 238d99f commit 9cfd76f
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 @@ -76,12 +76,12 @@ repos:
files: pyproject.toml

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.6.0
hooks:
- id: docformatter

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.3
rev: 1.7.0
hooks:
- id: nbqa-check-ast
- id: nbqa-mypy
Expand All @@ -99,7 +99,7 @@ repos:
- id: pyupgrade

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- id: black-jupyter
Expand All @@ -112,21 +112,21 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/PyCQA/pylint
rev: v2.17.0
rev: v3.0.0a6
hooks:
- id: pylint
args: ["--rcfile=pyproject.toml"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.1.1
rev: v1.2.0
hooks:
- id: mypy
args:
- "--config-file=pyproject.toml"
exclude: "tests"

- repo: https://github.com/PyCQA/bandit
rev: 1.7.4
rev: 1.7.5
hooks:
- id: bandit
exclude: "^tests/"
Expand Down

0 comments on commit 9cfd76f

Please sign in to comment.