Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/psf/black
rev: 20.8b1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: "3.8.4"
rev: "7.3.0"
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v3.21.2
hooks:
- id: pyupgrade
args: [--py36-plus]
1 change: 1 addition & 0 deletions dectate/sphinxext.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
object using the directive decorator, and the signature needs to be
obtained from the action class's ``__init__`` manually.
"""

import inspect


Expand Down