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

Commit

Permalink
Bump pre-commit hooks (antonagestam#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Dec 13, 2022
1 parent d7025b5 commit ab1d708
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.3.0"
rev: "v4.4.0"
hooks:
- id: check-case-conflict
- id: check-merge-conflict
Expand All @@ -11,28 +11,28 @@ repos:
- id: debug-statements
- id: detect-private-key
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.6.1"
rev: "2.6.2"
hooks:
- id: editorconfig-checker
alias: ec
args:
- -disable-indent-size
- repo: https://github.com/asottile/pyupgrade
rev: "v3.2.2"
rev: "v3.3.1"
hooks:
- id: pyupgrade
args:
- --py37-plus
- repo: https://github.com/pycqa/isort
rev: "5.10.1"
rev: "5.11.2"
hooks:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.178"
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: "22.10.0"
rev: "22.12.0"
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down Expand Up @@ -62,14 +62,16 @@ repos:
rev: "v2.7.1"
hooks:
- id: prettier
additional_dependencies:
- prettier@2.8.1
alias: format-markdown
types: [ markdown ]
args:
- --parser=markdown
- --print-width=88
- --prose-wrap=always
- repo: https://github.com/mgedmin/check-manifest
rev: "0.48"
rev: "0.49"
hooks:
- id: check-manifest
args: ["--no-build-isolation"]
Expand Down

0 comments on commit ab1d708

Please sign in to comment.