Skip to content

Commit

Permalink
(fix/pre-commit) Make Flake and Black 88 character (#28)
Browse files Browse the repository at this point in the history
* (fix/pre-commit) Make Flake and Black 88 character

Make Flake and Black 88 character linewidth

* (fix/pre-commit) Fix line-width command Flake

Fixed the Flake line-width command name
  • Loading branch information
sahilbhola14 authored Nov 28, 2022
1 parent 5e3767d commit 8b8c071
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 @@ -19,12 +19,13 @@ repos:
- id: black
language: python
types: [python]
args: ["--line-length=120"]
args: ["--line-length=88"]

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
args: ["--max-line-length=88"]

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v14.0.6
Expand Down

0 comments on commit 8b8c071

Please # to comment.