diff options
author | 2021-11-16 22:47:47 +0530 | |
---|---|---|
committer | 2021-11-16 22:47:47 +0530 | |
commit | 15437a7eeeef979a77a2ec2d7d96c5410c78daa0 (patch) | |
tree | 530b8f2ea5ed72748ada3b3aea3e8dd7fcc034d4 /pyproject.toml | |
parent | Add flake8 configuration. (diff) |
Lint and fix line endings.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2f602817..3b4a7d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,4 +41,4 @@ precommit = "pre-commit install" [build-system] requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api"
\ No newline at end of file +build-backend = "poetry.core.masonry.api" |