Skip to content

Commit

Permalink
Merge pull request #154 from iobis/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored Jul 2, 2024
2 parents 0407e9a + ab23e55 commit 658fb75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
exclude: ^(docs/source/conf.py|pyobis/obisissues.py)
Expand All @@ -35,7 +35,7 @@ repos:
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.10.1
hooks:
- id: mypy
exclude: docs/source/conf.py
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
# - --quiet-level=2

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 658fb75

Please sign in to comment.