Skip to content

Commit

Permalink
Merge pull request #2 from docsumo/fix-black-isort-conflict
Browse files Browse the repository at this point in the history
Fix black and isort conflict
  • Loading branch information
hemantapkh authored Apr 11, 2024
2 parents 5068e77 + 4a508c6 commit f7c2aa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ repos:
rev: 5.13.2
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
args: ["--profile", "black", "--filter-files", "--line-length=72"]

- repo: https://github.com/psf/black
rev: 24.1.1
hooks:
- id: black
args: ["--line-length=72"]
#language_version: python3.11

- repo: https://github.com/pycqa/flake8
Expand Down

0 comments on commit f7c2aa7

Please sign in to comment.