Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.5...v0.1.6)
- [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.8.0 → v9.9.0](alessandrojcm/commitlint-pre-commit-hook@v9.8.0...v9.9.0)
  • Loading branch information
pre-commit-ci[bot] authored and tskir committed Nov 21, 2023
1 parent 6b33ddd commit 75bcef1
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 @@ -27,13 +27,13 @@ repos:
- id: python-check-blanket-noqa

- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
args: [--all]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.5
rev: v0.1.6
hooks:
- id: ruff

Expand All @@ -50,7 +50,7 @@ repos:
- id: black

- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.8.0
rev: v9.9.0
hooks:
- id: commitlint
additional_dependencies: ["@commitlint/config-conventional"]
Expand Down

0 comments on commit 75bcef1

Please sign in to comment.