Skip to content

Commit cb947a6

Browse files
pre-commit: Remove the remaining call to pyre in pre-commit
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent b5fb04a commit cb947a6

File tree

3 files changed

+0
-74
lines changed

3 files changed

+0
-74
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,6 @@ repos:
101101
- toml
102102
- repo: local
103103
hooks:
104-
- id: run-pyre
105-
name: run-pyre (expect this to take 30 seconds)
106-
entry: python pyre_runner.py
107-
types: [python]
108-
language: python
109-
log_file: ".git/pre-commit-pyre.log"
110-
additional_dependencies: [pyre-check,mock]
111104
- id: pytype
112105
name: pytype (may take up to two minutes)
113106
entry: sh -c "pytype >/dev/tty"

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ mypy = [
7171
"types-six",
7272
"types-toml",
7373
]
74-
# pyre introduced two false-postives recently, pin it to prevent further surprises:
75-
pyre = [
76-
"pyre-check == 0.9.21",
77-
"pyre-extensions == 0.0.30",
78-
]
7974
pytype = [
8075
"pandas",
8176
"pytype",

pyre_runner.py

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)