We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c559198 commit 5990a00Copy full SHA for 5990a00
.pre-commit-config.yaml
@@ -20,6 +20,7 @@ repos:
20
rev: 5.10.1
21
hooks:
22
- id: isort
23
+ args: ["-a", "from __future__ import annotations"]
24
25
- repo: https://github.com/asottile/pyupgrade
26
rev: v2.31.0
docs/source/conf.py
@@ -4,6 +4,8 @@
4
# list see the documentation:
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
7
+from __future__ import annotations
8
+
9
# -- Path setup --------------------------------------------------------------
10
import importlib
11
import inspect
0 commit comments