Skip to content

Commit

Permalink
Merge pull request #31 from ap--/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
ap-- authored Jan 29, 2024
2 parents 4994da3 + 474fed9 commit e03b37c
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -10,15 +10,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.8.0'
hooks:
- id: mypy
- repo: https://github.com/PyCQA/flake8
rev: '6.1.0'
rev: '7.0.0'
hooks:
- id: flake8
additional_dependencies:
Expand Down
1 change: 1 addition & 0 deletions voltcraft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""voltcraft python module"""

try:
from voltcraft._version import version as __version__
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions voltcraft/pps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""voltcraft.pps"""

from __future__ import annotations

import functools
Expand Down

0 comments on commit e03b37c

Please sign in to comment.