Skip to content

Commit

Permalink
run mypy serially
Browse files Browse the repository at this point in the history
This avoids duplicated warning messages.
  • Loading branch information
kmichel-aiven committed May 1, 2024
1 parent b9581ab commit e243f25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ repos:
name: mypy
entry: mypy
language: system
require_serial: true
types: [python]

0 comments on commit e243f25

Please sign in to comment.