Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
ux: more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Nov 26, 2023
1 parent 66205a0 commit b6b46c0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions templates/base/project_name/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ repos:
- id: blacken-docs
alias: autoformat

- repo: https://github.com/thibaudcolas/curlylint
rev: v0.13.1
hooks:
- id: curlylint
alias: linting

- repo: https://github.com/adamchainz/django-upgrade
rev: 1.15.0
hooks:
Expand Down Expand Up @@ -84,7 +90,7 @@ repos:
"--only",
"docs",
]
- id: poetry-export
- id: poetry-export
name: poetry-export-dev
args:
[
Expand All @@ -101,4 +107,4 @@ repos:
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: 1.7.0
# hooks:
# - id: mypy
# - id: mypy

0 comments on commit b6b46c0

Please sign in to comment.