Skip to content

Commit

Permalink
Update pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Mar 16, 2023
1 parent ce30903 commit 04934c8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -6,7 +6,7 @@ repos:
entry: env SETUPTOOLS_USE_DISTUTILS=stdlib reorder-python-imports
language_version: python3
- repo: https://github.com/ambv/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -38,22 +38,20 @@ repos:
- id: pyupgrade
language_version: python3
- repo: https://github.com/pycqa/pydocstyle
rev: 6.2.2
rev: 6.3.0
hooks:
- id: pydocstyle
language_version: python3
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.211
rev: v0.0.254
hooks:
- id: ruff
# Respect `exclude` and `extend-exclude` settings.
args: [--force-exclude]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
hooks:
- id: shellcheck
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.2
rev: v0.33.0
hooks:
- id: markdownlint
- repo: https://github.com/rstcheck/rstcheck
Expand Down

0 comments on commit 04934c8

Please sign in to comment.