Skip to content

Commit

Permalink
Set correct target line length for darker / black
Browse files Browse the repository at this point in the history
  • Loading branch information
FestplattenSchnitzel committed Feb 14, 2024
1 parent 7e8f605 commit e95a29a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mail.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM debian:unstable
RUN apt-get update && apt-get install -y python3 python3-aiosmtpd python3-termcolor

WORKDIR /opt/mail
COPY ./mail.py mail.py
COPY mail.py mail.py

ENTRYPOINT ["python3", "mail.py"]
File renamed without changes.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 100

[tool.mypy]
exclude = "deps/.*/build"
plugins = "sqlalchemy.ext.mypy.plugin"
Expand Down

0 comments on commit e95a29a

Please sign in to comment.