mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Move FalconSocial pre-commit-python-sorter to offical pre-commit repo, thanks @Dinoshauer @teeberg @amureki @jeffshek @Tenzer @asottile
This commit is contained in:
parent
0ddb3b8527
commit
2ca5460c30
6 changed files with 130 additions and 0 deletions
|
|
@ -247,6 +247,13 @@
|
|||
entry: requirements-txt-fixer
|
||||
language: python
|
||||
files: requirements.*\.txt$
|
||||
- id: python-import-sorter
|
||||
name: Sort python imports
|
||||
description: This hook sorts python imports.
|
||||
entry: python-import-sorter
|
||||
language: python
|
||||
files: \.py$
|
||||
minimum_pre_commit_version: 0.15.0
|
||||
- id: sort-simple-yaml
|
||||
name: Sort simple YAML files
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue