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 @@ -136,13 +136,15 @@ directories to check:
136
136
- [ppypa/pipenv][pipenv]: _Python Development Workflow for Humans._
137
137
- [pre-commit][pre-commit]: _A framework for managing and maintaining
138
138
multi-language pre-commit hooks._
139
+ - [Logging][logging]: _Built-in Python logging module to implement a flexible logging system across shared modules._
139
140
140
141
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
141
142
[black]: https://github.com/psf/black
142
143
[flake8]: https://github.com/PyCQA/flake8
143
144
[isort]: https://pycqa.github.io/isort/
144
145
[pipenv]: https://github.com/pypa/pipenv
145
146
[pre-commit]: https://pre-commit.com/
147
+ [logging]: https://docs.python.org/3/howto/logging.html
146
148
147
149
148
150
# ## GitHub Actions
You can’t perform that action at this time.
0 commit comments