Skip to content

Commit

Permalink
Merge branch 'main' into enh/error_code
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Jul 9, 2024
2 parents 562e5f4 + 10c1d33 commit 151d266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repos:
args: [--py38-plus]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
additional_dependencies: [types-all]
Expand Down Expand Up @@ -115,7 +115,7 @@ repos:
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
- repo: https://github.com/pyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]
Expand Down

0 comments on commit 151d266

Please sign in to comment.