Skip to content

Commit 235871f

Browse files
committed
run blocklint and clear errors
1 parent bb7d4af commit 235871f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ repos:
5151
additional_dependencies:
5252
- types-setuptools
5353
- types-requests
54-
# - repo: https://github.com/PrincetonUniversity/blocklint
55-
# rev: v0.2.4
56-
# hooks:
57-
# - id: blocklint
58-
# exclude: 'docs/Makefile|docs/release_notes.rst'
54+
- repo: https://github.com/PrincetonUniversity/blocklint
55+
rev: v0.2.4
56+
hooks:
57+
- id: blocklint
58+
exclude: 'normalization_tests.json|docs/(Makefile|release_notes.rst|web3.eth.rst|ens_overview.rst|abi_types.rst|transactions.rst)'

3297.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use ``pre-commit`` for linting, run updated lint tools and fix errors

docs/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,9 +512,9 @@ version explicitly, like ``make release bump="--new-version 4.0.0-alpha.1 devnum
512512

513513

514514
.. _Python Discord server: https://discord.gg/GHryRvPB84
515-
.. _style guide: https://github.com/ethereum/ethereum-dev-tactical-manual/blob/master/style-guide.md
515+
.. _style guide: https://github.com/ethereum/snake-charmers-tactical-manual/blob/main/style-guide.md
516516
.. _type hints: https://www.python.org/dev/peps/pep-0484/
517-
.. _how to create documentation: https://github.com/ethereum/snake-charmers-tactical-manual/blob/master/documentation.md
517+
.. _how to create documentation: https://github.com/ethereum/snake-charmers-tactical-manual/blob/main/documentation.md
518518
.. _working on pull requests: https://help.github.com/articles/about-pull-requests/
519519
.. _py-geth: https://github.com/ethereum/py-geth
520520
.. _pytest documentation: https://docs.pytest.org/en/latest

0 commit comments

Comments
 (0)