Skip to content

Commit b9d716a

Browse files
committed
remove pre-commit workflow and commented old hook
1 parent fb9b094 commit b9d716a

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

.github/workflows/pre-commit.yml

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

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ repos:
1313
- id: ruff-check
1414
args: [--fix] # optional, to autofix lint errors
1515
- id: ruff-format
16-
#- repo: https://github.com/RobertCraigie/pyright-python
17-
# rev: v1.1.403
18-
# hooks:
19-
# - id: pyright
20-
# name: "python · Check types"
2116
- repo: https://github.com/fsouza/mirrors-pyright
2217
rev: v1.1.403
2318
hooks:

0 commit comments

Comments
 (0)