Skip to content

Commit

Permalink
Merge pull request #19 from TU-Darmstadt-APQ/update_pre-commit
Browse files Browse the repository at this point in the history
Updated pre-commit hooks
  • Loading branch information
PatrickBaus authored May 22, 2024
2 parents b1dcf06 + fb4476e commit 32e3088
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 @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# Check for invalid files
- id: check-toml
Expand All @@ -14,7 +14,7 @@ repos:
args: [--fix=lf]
- id: check-executables-have-shebangs
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 24.4.2
hooks:
- id: black
args: ['temperature_controller.py']
Expand All @@ -24,7 +24,7 @@ repos:
- id: blacken-docs
args: [--line-length=120]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: local
Expand All @@ -37,6 +37,6 @@ repos:
require_serial: true
args: [--generated-members=pipe.*]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.5.1'
rev: 'v1.10.0'
hooks:
- id: mypy

0 comments on commit 32e3088

Please sign in to comment.