Skip to content

Commit

Permalink
update pre-commit hooks (#327)
Browse files Browse the repository at this point in the history
Co-authored-by: farmio <farmio@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and farmio authored Dec 16, 2023
1 parent 7960164 commit 8b7d4b1
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 @@ -13,7 +13,7 @@ repos:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black
rev: 23.9.1
rev: 23.12.0
hooks:
- id: black
args:
Expand All @@ -27,7 +27,7 @@ repos:
files: ^(xknxproject|examples|docs)/.+\.py$
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.292'
rev: 'v0.1.8'
hooks:
- id: ruff
# in CI it is directly run by tox to allow dependency upgrade checks
Expand Down

0 comments on commit 8b7d4b1

Please sign in to comment.