Skip to content

Commit

Permalink
Chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
* github.com/pre-commit/pre-commit-hooks: v4.40 -> v4.5.0
* github.com/adrienverge/yamllint.git: v1.32.0 -> v1.33.0
* github.com/PyCQA/isort: v5.12.0 -> 5.13.2
* github.com/psf/black: 23.3.0 -> 23.12.1
* github.com/PyCQA/flake8: 6.0.0 -> 7.0.0
* github.com/pre-commit/mirrors-mypy: 1.3.0 -> v1.8.0
* github.com/rhysd/actionlint: v1.6.24 -> v1.6.26

Change-Id: I726f847856d0fb20e52053959c61a563a2ebffca
Signed-off-by: Andrew Grimberg <[email protected]>
  • Loading branch information
tykeal committed Jan 8, 2024
1 parent c8eac4a commit f39fa79
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exclude: '^docs/conf.py'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -31,7 +31,7 @@ repos:
- id: gitlint

- repo: https://github.com/adrienverge/yamllint.git
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: 8713140e99914c0cb6e07364daedfb140847c3c5 # frozen: v1.33.0
hooks:
- id: yamllint
types: [yaml]
Expand All @@ -55,12 +55,12 @@ repos:
# ]

- repo: https://github.com/PyCQA/isort
rev: dbf82f2dd09ae41d9355bcd7ab69187a19e6bf2f # frozen: 5.12.0
rev: c235f5e450b4b84e58d114ed4c589cbf454175a3 # frozen: 5.13.2
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: bf7a16254ec96b084a6caf3d435ec18f0f245cc7 # frozen: 23.3.0
rev: ec91a2be3c44d88e1a3960a4937ad6ed3b63464e # frozen: 23.12.1
hooks:
- id: black
language_version: python3
Expand All @@ -73,7 +73,7 @@ repos:
# additional_dependencies: [black]

- repo: https://github.com/PyCQA/flake8
rev: c838a5e98878f17889cfce311e1406d252f87ec5 # frozen: 6.0.0
rev: 7d37d9032d0d161634be4554273c30efd4dea0b3 # frozen: 7.0.0
hooks:
- id: flake8
args: ["--max-line-length=120"]
Expand All @@ -86,7 +86,7 @@ repos:
# - id: codespell

- repo: https://github.com/pre-commit/mirrors-mypy
rev: bd424e49d4f0181d4c8b8909a8cd5ce9eb058044 # frozen: v1.3.0
rev: 8cd2d4056637e242709fe09f15a36f0b4b682bda # frozen: v1.8.0
hooks:
- id: mypy

Expand All @@ -97,6 +97,6 @@ repos:
files: "\\.(rst|md|markdown|mdown|mkdn)$"

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

0 comments on commit f39fa79

Please sign in to comment.