Skip to content

Commit

Permalink
pre-commit: Update hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 19, 2023
1 parent ee9e232 commit 1118513
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,7 +10,7 @@ repos:
- id: debug-statements

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.10.0
hooks:
- id: black
args: [--line-length=88, --target-version=py35]
Expand Down Expand Up @@ -42,6 +42,6 @@ repos:
)
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
1 change: 0 additions & 1 deletion sphinxcontrib/openapi/_lib2to3.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def _items_wo_vendor_extensions(node):


class Lib2to3:

_target_version = "3.0.3"
_injector = picobox.Stack()

Expand Down
1 change: 0 additions & 1 deletion sphinxcontrib/openapi/renderers/_httpdomain_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class HttpdomainOldRenderer(abc.RestructuredTextRenderer):

option_spec = {
# A list of endpoints to be rendered. Endpoints must be whitespace
# delimited.
Expand Down

0 comments on commit 1118513

Please sign in to comment.