Skip to content

Commit

Permalink
Merge pull request #19 from qpv-research-group/pre-commit-ci-update-c…
Browse files Browse the repository at this point in the history
…onfig

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
dalonsoa authored Nov 5, 2022
2 parents 2519d2c + d8f5a6a commit 88c5867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ repos:
hooks:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/timothycrosley/isort
- repo: https://github.com/PyCQA/isort
rev: "5.10.1"
hooks:
- id: isort
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: "22.3.0"
rev: "22.10.0"
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
# - repo: https://github.com/pre-commit/mirrors-mypy
Expand Down

0 comments on commit 88c5867

Please sign in to comment.