Skip to content

Commit

Permalink
add blocklint to pre-commit linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Mar 12, 2024
1 parent 7b16351 commit 73b6a68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ repos:
hooks:
- id: mypy
exclude: tests/
- repo: https://github.com/PrincetonUniversity/blocklint
rev: v0.2.4
hooks:
- id: blocklint
exclude: 'docs/Makefile|docs/release_notes.rst|tox.ini'
1 change: 1 addition & 0 deletions newsfragments/57.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add python3.12 support
1 change: 1 addition & 0 deletions newsfragments/57.internal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Merge template updates, adding build tests for all docs formats, add ``blocklint`` to lint tools
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ extend-ignore=E203
max-line-length=88
per-file-ignores=__init__.py:F401

[blocklint]
max_issue_threshold=1

[testenv]
usedevelop=True
commands=
Expand Down

0 comments on commit 73b6a68

Please sign in to comment.