Skip to content

Commit

Permalink
Upgrade pre-commit hooks (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
  • Loading branch information
github-actions[bot] and mondeja committed Jan 13, 2024
1 parent ec80f63 commit e87d4e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.7
rev: v4.0.0-alpha.8
hooks:
- id: prettier
types_or:
Expand Down Expand Up @@ -33,7 +33,7 @@ repos:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.13
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -67,7 +67,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.11.0
rev: v0.12.0
hooks:
- id: markdownlint-cli2
name: markdownlint-readme
Expand All @@ -79,7 +79,7 @@ repos:
name: editorconfig-checker
alias: ec
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
files: ^src
Expand Down

0 comments on commit e87d4e9

Please sign in to comment.