Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Update dependency flake8 to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 424d963 commit 6617dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
language_version: python3
- repo: https://github.com/pycqa/flake8
# renovate: datasource=pypi depName=flake8
rev: "6.1.0"
rev: "7.1.0"
hooks:
- id: flake8
- repo: https://github.com/pycqa/isort
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiotruenas-client==0.10.0
black==23.10.0
flake8==6.1.0
flake8==7.1.0
isort==5.12.0
pre-commit==3.5.0
pytest-homeassistant-custom-component==0.13.22
Expand Down

0 comments on commit 6617dc6

Please sign in to comment.