Skip to content

Commit 5ee9168

Browse files
committed
Speed up pre-commit
1 parent c89861b commit 5ee9168

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ repos:
118118
name: mypy
119119
entry: mypy syncmaster
120120
language: python
121+
types: [python]
121122
require_serial: true
122123
pass_filenames: false
123124
priority: 10

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
include .env.local.test
44

5-
VERSION = develop
65
VIRTUAL_ENV ?= .venv
76
PYTHON = ${VIRTUAL_ENV}/bin/python
87
PIP = ${VIRTUAL_ENV}/bin/pip

0 commit comments

Comments
 (0)