Skip to content

Commit 44b5229

Browse files
committed
feat: Add autopep8 formatting
1 parent c68399c commit 44b5229

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ test-local-wheel-build:
3535
publish: release
3636
python3 -m pip install twine
3737
python3 -m twine upload dist/*
38+
39+
format:
40+
autopep8 --aggressive --aggressive --in-place src/c2pa/*.py
41+

requirements-dev.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ setuptools==68.0.0 # For building packages
66
pytest==7.4.0
77

88
# for downloading the library artifacts
9-
requests>=2.0.0
9+
requests>=2.0.0
10+
11+
# Code formatting
12+
autopep8==2.0.4 # For automatic code formatting

0 commit comments

Comments
 (0)