Skip to content

Commit

Permalink
Enable code formatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 18, 2024
1 parent 1603836 commit 41cb9d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Expand Up @@ -8,3 +8,8 @@ repos:
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace

- repo: github.com/psf/black
rev: v24.4.0
hooks:
- id: black
5 changes: 4 additions & 1 deletion setup.cfg
@@ -1,2 +1,5 @@
[flake8]
max-line-length = 100
max-line-length = 102

[pylint]
max-line-length = 102

0 comments on commit 41cb9d2

Please sign in to comment.