Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/Zac-HD/shed: 2023.5.2 → 2024.1.1](Zac-HD/shed@2023.5.2...2024.1.1)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.12.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
- [github.com/rhysd/actionlint: v1.6.24 → v1.6.26](rhysd/actionlint@v1.6.24...v1.6.26)
- [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.27.4](python-jsonschema/check-jsonschema@0.23.1...0.27.4)
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 5e1ffe5 commit 80e7bf7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ repos:
entry: ./tools/check_changes.py
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-merge-conflict
exclude: rst$
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
- repo: https://github.com/Zac-HD/shed
rev: 2023.5.2
rev: 2024.1.1
hooks:
- id: shed
args:
Expand All @@ -27,13 +27,13 @@ repos:
- markdown
- rst
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.9.0
rev: v2.12.0
hooks:
- id: pretty-format-yaml
alias: yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -45,7 +45,7 @@ repos:
- id: check-yaml
- id: debug-statements
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 7.0.0
hooks:
- id: flake8
language_version: python3
Expand All @@ -54,7 +54,7 @@ repos:
hooks:
- id: python-use-type-annotations
- repo: https://github.com/rhysd/actionlint
rev: v1.6.24
rev: v1.6.26
hooks:
- id: actionlint-docker
args:
Expand All @@ -65,7 +65,7 @@ repos:
- -ignore
- 'SC1004:'
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.1
rev: 0.27.4
hooks:
- id: check-github-actions
ci:
Expand Down

0 comments on commit 80e7bf7

Please sign in to comment.