mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
blocklint for linting project code for non-inclusive language (#122)
This commit is contained in:
@ -48,3 +48,8 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
exclude: tests/
|
exclude: tests/
|
||||||
|
- repo: https://github.com/PrincetonUniversity/blocklint
|
||||||
|
rev: v0.2.4
|
||||||
|
hooks:
|
||||||
|
- id: blocklint
|
||||||
|
exclude: 'docs/Makefile|docs/release_notes.rst|tox.ini'
|
||||||
|
|||||||
Reference in New Issue
Block a user