We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aca7ed commit 0e424e0Copy full SHA for 0e424e0
2 files changed
.pre-commit-config.yaml
@@ -101,7 +101,6 @@ repos:
101
name: mypy
102
description: static type checking
103
entry: mypy
104
- args: ["--config-file=mypy.ini"]
105
language: python
106
types: [python]
107
opal/users/factories.py
@@ -11,7 +11,6 @@
11
* https://medium.com/analytics-vidhya/factoryboy-usage-cd0398fd11d2
12
"""
13
14
-# TypeVar.default backported from Python 3.13
15
from typing import TypeVar
16
17
from django.contrib.auth.hashers import make_password
0 commit comments