Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pre-commit: add config and small fixes #390

Merged
merged 7 commits into from
Apr 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pre-commit: black, ignore cookiecutter folder
consideRatio committed Apr 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 11407903d54c3685adf75b09fee1a9d2e04f4064
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ repos:
rev: 23.3.0
hooks:
- id: black
exclude: "contrib\/template\/.*"

# Autoformat: markdown, yaml
- repo: https://github.com/pre-commit/mirrors-prettier
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -137,6 +137,7 @@ target_version = [
"py310",
"py311",
]
extend-exclude = 'contrib\/template\/'


# isort is used for autoformatting Python code