Skip to content

Commit

Permalink
pre-commit: Version bumps
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jul 31, 2023
1 parent 7962b83 commit bdb5e11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
Expand All @@ -23,7 +23,7 @@ repos:
- id: check-yaml
files: .*\.(yaml|yml)$
- id: check-added-large-files
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
- id: flake8
1 change: 0 additions & 1 deletion sphinx_click/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def nested(argument: ty.Optional[str]) -> ty.Optional[str]:


class ClickDirective(rst.Directive):

has_content = False
required_arguments = 1
option_spec = {
Expand Down

0 comments on commit bdb5e11

Please sign in to comment.