Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 65cf7b0

Browse files
committed
Ignored secrets and black format setup.py
1 parent 3a9266f commit 65cf7b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,4 @@ grcov.tar.bz2
154154
lcov.info
155155
*.profraw
156156
lcov.info
157+
config/.secrets.toml

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
from setuptools import find_packages, setup
1818

1919
setup(
20-
name='interface',
21-
version='0.1.0',
20+
name="interface",
21+
version="0.1.0",
2222
packages=find_packages(),
2323
include_package_data=True,
2424
zip_safe=False,
2525
install_requires=[
26-
'flask[async]',
26+
"flask[async]",
2727
],
2828
)

0 commit comments

Comments
 (0)