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.
2 parents 442b09e + 970d11c commit 1eca302Copy full SHA for 1eca302
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.10.1
+ rev: 23.11.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -56,7 +56,7 @@ repos:
56
57
- id: python-use-type-annotations
58
- repo: https://github.com/pre-commit/mirrors-mypy
59
- rev: v1.6.1
+ rev: v1.7.0
60
61
- id: mypy
62
files: ^(src/|testing/)
src/py.py
@@ -8,3 +8,5 @@
8
9
sys.modules["py.error"] = error
10
sys.modules["py.path"] = path
11
+
12
+__all__ = ["error", "path"]
0 commit comments