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/psf/black: 23.10.0 → 23.12.1](psf/black@23.10.0...23.12.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.0...v0.1.9)
  • Loading branch information
pre-commit-ci[bot] authored Jan 1, 2024
1 parent 01a7ace commit 9ff84c2
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 @@ -21,19 +21,19 @@ repos:
- id: sort-simple-yaml
files: .pre-commit-config.yaml
- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
args: [--config=pyproject.toml, src]
types: [file]
types_or: [python, pyi]
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.1
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.9
hooks:
- id: ruff
types: [file]
Expand Down

0 comments on commit 9ff84c2

Please sign in to comment.