blob: fc6906aae72e5fc90fd667898aca8cad737a7516 (
plain)
1
2
3
4
5
6
7
8
9
|
- id: isort
name: isort
entry: isort
require_serial: true
language: python
language_version: python3
types_or: [cython, pyi, python]
args: ['--filter-files']
minimum_pre_commit_version: '2.9.0'
|