Commit 4dd0ae4c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Set runtime version for mypy to check against

parent 763447f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ repos:
  rev: v0.910
  hooks:
  - id: mypy
    args: ["--config-file=.lint.cfg"]
    args: ["--config-file=.lint.cfg", "--python-version=3.9"]
    additional_dependencies:
    - types-requests
    - behave-utils ~=0.3.2