Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ committed Sep 13, 2023
1 parent 98f5d01 commit e28638b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black
args:
- --quiet
files: ^((hahomematic|hahomematic_support|pylint|script|tests)/.+)?[^/]+\.py$
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.287
rev: v0.0.289
hooks:
- id: ruff
args:
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.7.5
black==23.7.0
black==23.9.1
codespell==2.2.5
ruff==0.0.287
ruff==0.0.289
yamllint==1.32.0

0 comments on commit e28638b

Please sign in to comment.