Skip to content

Commit

Permalink
Remove update-readme from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder authored and asmacdo committed Jun 10, 2024
1 parent 358c56e commit 3ad8a12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ repos:
rev: v2.2.6
hooks:
- id: codespell
- repo: local
hooks:
- id: update-readme
name: Update README with --help output
entry: ./.update-readme-help.py
language: system
- repo: local
hooks:
- id: yamllint
Expand Down
5 changes: 0 additions & 5 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ The project uses a number of automated checks to limit tedious work. The
checks will be run automatically prior to commit if `pre-commit
<https://pre-commit.com>`_ is installed in your environment.

Note: ``README.md`` is automatically updated to include the help text, but
because argparse changed its output in Python 3.10+, CI enforces the 3.10+ help
text. Please either use 3.10+ or drop the "optional arguments" vs "options"
diff.


Testing
-------
Expand Down

0 comments on commit 3ad8a12

Please sign in to comment.