ethereum / web3.py

A python interface for interacting with the Ethereum blockchain and ecosystem.
http://web3py.readthedocs.io
MIT License
5k stars 1.7k forks source link

Lint non-inclusive language with `blocklint` #3275

Closed reedsa closed 7 months ago

reedsa commented 7 months ago

What was wrong?

Related to Issue #3119

Our codebase should eliminate language that can be offensive.

How was it fixed?

blocklint is a tool which checks for words that are configured as a blocklist. If found, the linter will fail and output the errors.

Todo:

Cute Animal Picture

Screen Shot 2024-03-08 at 4 10 41 PM
reedsa commented 7 months ago

This configuration will be changed to use pre-commit once the latest template is applied to this repo.