Skip to content

Commit

Permalink
chore: auto update by pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](pre-commit/mirrors-prettier@v3.0.0...v3.0.1)
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.1](hadialqattan/pycln@v2.2.0...v2.2.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 8, 2023
1 parent b562367 commit 554712a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: black

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0
rev: v3.0.1
hooks:
- id: prettier
types_or: [markdown]
Expand All @@ -28,7 +28,7 @@ repos:
args: [--py310-plus]

- repo: https://github.com/hadialqattan/pycln
rev: v2.2.0
rev: v2.2.1
hooks:
- id: pycln
args: [--config, pyproject.toml]

0 comments on commit 554712a

Please sign in to comment.