Skip to content

Commit

Permalink
ci: remove repeating repo definitions pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Oct 2, 2023
1 parent d1aeac5 commit c56ef96
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,20 @@ repos:
types_or: [python]
require_serial: true # run once for all files
pass_filenames: false
- repo: local
hooks:
- id: black
name: black
entry: black
language: system
types_or: [python, pyi]
require_serial: true # run once for all files
exclude: ^tests/.*snapshots/
- repo: local
hooks:
- id: pyright
name: pyright
entry: pyright
language: system
types: [python]
require_serial: true # run once for all files
exclude: ^tests/.*snapshots/
- repo: local
hooks:
- id: gen-schema
name: gen-schema
entry: python hooks/gen_schema.py
Expand Down

0 comments on commit c56ef96

Please sign in to comment.