Skip to content

Commit

Permalink
Merge pull request #35 from Schefflera-Arboricola/pre-commit-config
Browse files Browse the repository at this point in the history
MAINT : updated `pre-commit-config.yaml`
  • Loading branch information
MridulS authored Jan 23, 2024
2 parents aa9ca63 + c119c96 commit f05d632
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
# pre-commit install

repos:
- repo: https://github.com/psf/black
rev: 23.9.1
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.292
- id: blacken-docs
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
files: \.(html|md|toml|yml|yaml)
args: [--prose-wrap=preserve]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
hooks:
- id: ruff
args:
- --fix
- id: ruff-format

0 comments on commit f05d632

Please sign in to comment.