Skip to content

Commit

Permalink
Optimize a few things in the database and update pre-commit-config ma…
Browse files Browse the repository at this point in the history
…x python lines
  • Loading branch information
TheophileDiot committed Mar 7, 2024
1 parent aa0e923 commit 747f01a
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
hooks:
- id: flake8
name: Flake8 Python Linter
args: ["--max-line-length=250", "--ignore=E266,E402,E722,W503"]
args: ["--max-line-length=160", "--ignore=E266,E402,E722,W503"]

- repo: https://github.com/dosisod/refurb
rev: a9a4edd45687e664dee0905ba1c848bda227d1d6 # frozen: v1.28.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]

[tool.black]
line-length = 250
line-length = 160
include = '\.pyi?$'
exclude = '''
/(
Expand Down
Loading

0 comments on commit 747f01a

Please sign in to comment.