We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89861b commit 5ee9168Copy full SHA for 5ee9168
.pre-commit-config.yaml
@@ -118,6 +118,7 @@ repos:
118
name: mypy
119
entry: mypy syncmaster
120
language: python
121
+ types: [python]
122
require_serial: true
123
pass_filenames: false
124
priority: 10
Makefile
@@ -2,7 +2,6 @@
2
3
include .env.local.test
4
5
-VERSION = develop
6
VIRTUAL_ENV ?= .venv
7
PYTHON = ${VIRTUAL_ENV}/bin/python
8
PIP = ${VIRTUAL_ENV}/bin/pip
0 commit comments