Skip to content

Commit

Permalink
reverted pre-commit file
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Rosen committed Dec 12, 2024
1 parent eb3adcb commit 7e4a035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ repos:
hooks:
- id: black
language_version: python3
language: python

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
language: python


- repo: https://github.com/myint/docformatter
rev: v1.6.0
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
language: python

0 comments on commit 7e4a035

Please sign in to comment.