Skip to content

Commit

Permalink
Merge pull request #23 from cidrblock/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
cidrblock authored May 16, 2023
2 parents 41b1fc2 + c042c33 commit 182f112
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 @@ -18,7 +18,7 @@ repos:
name: Sort import statements using isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0-alpha.6"
rev: "v3.0.0-alpha.9-for-vscode"
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -27,19 +27,19 @@ repos:
- prettier-plugin-jinja-template

- repo: https://github.com/psf/black.git
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v6.30.1
rev: v6.31.0
hooks:
- id: cspell
name: Spell check with cspell

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.4.2
rev: v1.5.1
hooks:
- id: remove-tabs

Expand Down Expand Up @@ -75,7 +75,7 @@ repos:
- id: codespell

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.30.0
rev: v1.31.0
hooks:
- id: yamllint
args:
Expand All @@ -94,7 +94,7 @@ repos:
- darglint
- flake8-docstrings
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.1.1
rev: v1.3.0
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -104,7 +104,7 @@ repos:
- types-Flask

- repo: https://github.com/pycqa/pylint.git
rev: v2.17.1
rev: v3.0.0a6
hooks:
- id: pylint
args:
Expand Down

0 comments on commit 182f112

Please sign in to comment.