Skip to content

Commit

Permalink
use mypy and flake8 only in pre-commit and not in separate actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grothe6 committed Aug 14, 2023
1 parent 35a47da commit af34d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 57 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/static.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ repos:
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
hooks:
- id: mypy

0 comments on commit af34d47

Please sign in to comment.