Skip to content

Commit

Permalink
remove isort/black/flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyunchao committed Sep 27, 2023
1 parent 4ede22a commit 1d103f8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ repos:
args: ["--fix=lf"]
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.11.5
hooks:
- id: isort
args: ['--profile', 'black']

- repo: https://github.com/psf/black
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8

- repo: https://github.com/pylint-dev/pylint
rev: v2.14.5
hooks:
Expand Down

0 comments on commit 1d103f8

Please sign in to comment.