mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
* chore(dependency): flake8 has moved to github * feat: add allow_forking to Repository * chore: linting Co-authored-by: hussaiia <ibrahim.hussaini@cba.com.au>
32 lines
798 B
YAML
32 lines
798 B
YAML
repos:
|
|
- repo: https://github.com/psf/black
|
|
rev: 22.10.0
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
rev: v2.2.0
|
|
hooks:
|
|
- id: seed-isort-config
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
rev: v5.10.1
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/pycqa/flake8
|
|
rev: 3.9.2
|
|
hooks:
|
|
- id: flake8
|
|
- repo: https://github.com/codespell-project/codespell
|
|
rev: v2.2.1
|
|
hooks:
|
|
- id: codespell
|
|
exclude: tests/
|
|
args:
|
|
- --ignore-words-list="bloaded,nto,pullrequest,pullrequests,thi,tim,wan,Wan,chang,Chang"
|
|
- --quiet-level=2
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v3.1.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
args:
|
|
- --py37-plus
|