Skip to content

Commit

Permalink
Merge pull request #4 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 Aug 22, 2023
2 parents ccfb2c0 + bed117d commit 83fd2db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
always_run: true
Expand All @@ -50,7 +50,7 @@ repos:
- id: tox-ini-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.284"
rev: "v0.0.285"
hooks:
- id: ruff
args:
Expand All @@ -70,7 +70,7 @@ repos:
- "--config=pyproject.toml"

- repo: https://github.com/pycqa/pylint.git
rev: v3.0.0a6
rev: v3.0.0a7
hooks:
- id: pylint
args:
Expand All @@ -81,7 +81,7 @@ repos:
- pyyaml

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.5.0
rev: v1.5.1
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 83fd2db

Please sign in to comment.