Skip to content

Commit

Permalink
Merge pull request #176 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 Mar 4, 2025
2 parents 78ebc77 + b16a8d0 commit 640c9f0
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,14 +15,14 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
exclude: ^(docs/source/conf.py|pyobis/obisissues.py)
args: [--max-line-length=105]

- repo: https://github.com/pycqa/isort
rev: 6.0.0
rev: 6.0.1
hooks:
- id: isort
additional_dependencies: [toml]
Expand All @@ -35,7 +35,7 @@ repos:
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
exclude: docs/source/conf.py
Expand Down

0 comments on commit 640c9f0

Please sign in to comment.