mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-07 21:02:13 +01:00
24 lines
536 B
YAML
24 lines
536 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.8.0
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.12.0
|
|
hooks:
|
|
- id: pyupgrade
|
|
- repo: https://github.com/psf/black
|
|
rev: 20.8b1
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/PyCQA/flake8
|
|
rev: 3.9.0
|
|
hooks:
|
|
- id: flake8
|
|
pass_filenames: true
|