We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68399c commit 44b5229Copy full SHA for 44b5229
Makefile
@@ -35,3 +35,7 @@ test-local-wheel-build:
35
publish: release
36
python3 -m pip install twine
37
python3 -m twine upload dist/*
38
+
39
+format:
40
+ autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
41
requirements-dev.txt
@@ -6,4 +6,7 @@ setuptools==68.0.0 # For building packages
6
pytest==7.4.0
7
8
# for downloading the library artifacts
9
-requests>=2.0.0
+requests>=2.0.0
10
11
+# Code formatting
12
+autopep8==2.0.4 # For automatic code formatting
0 commit comments