Skip to content

Commit

Permalink
Updates from SciTools/workflows#50 .
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed May 30, 2024
1 parent 5ff81c3 commit 2c4d14a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@ repos:
- id: check-added-large-files
# Check whether files parse as valid Python.
- id: check-ast
# Check for file name conflicts on case-insensitive filesytems.
# Check for file name conflicts on case-insensitive filesystems.
- id: check-case-conflict
# Check for files that contain merge conflict strings.
- id: check-merge-conflict
# Check for debugger imports and py37+ `breakpoint()` calls in Python source.
- id: debug-statements
# Don't commit to main branch.
- id: no-commit-to-branch
# Check TOML file syntax.
- id: check-toml
# Check YAML file syntax.
- id: check-yaml
# Replaces or checks mixed line ending
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.2"
Expand Down

0 comments on commit 2c4d14a

Please sign in to comment.