Skip to content

Commit

Permalink
Chore: Update pre-commit deps to latest
Browse files Browse the repository at this point in the history
black 24.4.2 -> 24.8.0
flake8 7.0.0 -> 7.1.1
mypy v1.10.0 -> v1.11.1
actionlint v1.6.26 -> v1.7.1

Change-Id: I58ef95d4d134398770c85df200ef369a5bf95b06
Signed-off-by: Anil Belur <[email protected]>
Signed-off-by: lfit.gh2gerrit <[email protected]>
  • Loading branch information
lfit.gh2gerrit committed Aug 7, 2024
1 parent 882aa72 commit 504c3c3
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 @@ -19,7 +19,7 @@ repos:
##########

- repo: https://github.com/ambv/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black

Expand All @@ -29,13 +29,13 @@ repos:
- id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8
args: ["--max-line-length=120"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -45,6 +45,6 @@ repos:
- types-PyYAML

- repo: https://github.com/rhysd/actionlint
rev: ea8102762106cdca9c88829f1295b39a544706f3 # frozen: v1.6.26
rev: v1.7.1
hooks:
- id: actionlint

0 comments on commit 504c3c3

Please sign in to comment.