https://github.com/squidkid-deluxe/black-all
Uses pep8, or black, to prettify all *.py files in the folder it's in.
https://github.com/squidkid-deluxe/black-all
pep8 python3
Last synced: 3 months ago
JSON representation
Uses pep8, or black, to prettify all *.py files in the folder it's in.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/black-all
- Owner: squidKid-deluxe
- Created: 2020-07-02T23:03:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T20:56:33.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:02:34.881Z (4 months ago)
- Topics: pep8, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Black-all
Uses pep8, or black, to prettify all *.py files in the folder it's in.
## Dependencies:
- black_all.py:
- os
- time
- both are standard python modules, and do not need to be installed