File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,15 @@ directories to check:
133
133
- [ppypa/pipenv][pipenv]: _Python Development Workflow for Humans._
134
134
- [pre-commit][pre-commit]: _A framework for managing and maintaining
135
135
multi-language pre-commit hooks._
136
+ [Logging][logging]: _Built-in Python logging module to implement a flexible logging system across shared modules._
136
137
137
138
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
138
139
[black]: https://github.com/psf/black
139
140
[flake8]: https://github.com/PyCQA/flake8
140
141
[isort]: https://pycqa.github.io/isort/
141
142
[pipenv]: https://github.com/pypa/pipenv
142
143
[pre-commit]: https://pre-commit.com/
144
+ [logging]: https://docs.python.org/3/library/logging.html
143
145
144
146
145
147
# ## GitHub Actions
You can’t perform that action at this time.
0 commit comments