We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a28a20 + 28fe3c3 commit f3c353bCopy full SHA for f3c353b
.github/workflows/mypy.yaml
@@ -1,6 +1,10 @@
1
name: Python mypy
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ pull_request:
8
9
jobs:
10
static-analysis:
.pre-commit-config.yaml
@@ -3,8 +3,6 @@ ci:
autofix_commit_msg: "style(pre-commit.ci): auto fixes [...]"
autoupdate_commit_msg: "ci(pre-commit.ci): autoupdate"
-default_install_hook_types: [pre-commit]
-
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
0 commit comments