Skip to content

Commit

Permalink
Merge pull request #46 from Living-with-machines/pre-commit-ci-update…
Browse files Browse the repository at this point in the history
…-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
griff-rees authored Aug 12, 2023
2 parents 4773d99 + 9e3cc63 commit 18233a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: "23.3.0"
rev: "23.7.0"
hooks:
- id: black-jupyter

Expand All @@ -28,7 +28,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.1"
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand All @@ -42,7 +42,7 @@ repos:
args: ["--check", "--no-update"]

- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5
rev: v2.2.1
hooks:
- id: pycln
args: [--config=pyproject.toml]
Expand Down

0 comments on commit 18233a1

Please sign in to comment.