mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
26 lines
569 B
YAML
26 lines
569 B
YAML
repos:
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
rev: v2.7.3
|
|
hooks:
|
|
- id: pyupgrade
|
|
args: ["--py36-plus"]
|
|
|
|
- repo: https://github.com/PyCQA/isort
|
|
rev: 5.6.4
|
|
hooks:
|
|
- id: isort
|
|
additional_dependencies: [toml]
|
|
|
|
- repo: https://github.com/pre-commit/pygrep-hooks
|
|
rev: v1.7.0
|
|
hooks:
|
|
- id: python-check-blanket-noqa
|
|
- id: rst-backticks
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.3.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: check-toml
|
|
- id: check-yaml
|