Skip to content

Commit

Permalink
(fix/pre-commit) Fix line-width command Flake
Browse files Browse the repository at this point in the history
Fixed the Flake line-width command name
  • Loading branch information
sahilbhola14 committed Nov 28, 2022
1 parent 7381b06 commit 90ec97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
rev: 5.0.4
hooks:
- id: flake8
args: ["--line-length=88"]
args: ["--max-line-length=88"]

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

0 comments on commit 90ec97b

Please # to comment.