Skip to content

Commit

Permalink
add scientific-python pre-commit links
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 1, 2023
1 parent 4fa9033 commit e227d1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ repos:
additional_dependencies: ["repo-review[cli]"]
args: ["--ignore=MY100,PC140,PC180", "--show=errskip"]
# MyPy (MY)
# https://learn.scientific-python.org/development/guides/style/#MY100
# - MY100: Uses MyPy (pyproject config).
#
# Pre-commit (PC)
# https://learn.scientific-python.org/development/guides/style/#PC140
# - PC140: Uses mypy.
# https://learn.scientific-python.org/development/guides/style/#PC180
# - PC180: Uses prettier.

0 comments on commit e227d1f

Please sign in to comment.