Skip to content

Commit dc6a1e1

Browse files
committed
Readme.md Updated
1 parent 33555f9 commit dc6a1e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,15 @@ directories to check:
133133
- [ppypa/pipenv][pipenv]: _Python Development Workflow for Humans._
134134
- [pre-commit][pre-commit]: _A framework for managing and maintaining
135135
multi-language pre-commit hooks._
136+
[Logging][logging]: _Built-in Python logging module to implement a flexible logging system across shared modules._
136137

137138
[ccospyguide]: https://opensource.creativecommons.org/contributing-code/python-guidelines/
138139
[black]: https://github.com/psf/black
139140
[flake8]: https://github.com/PyCQA/flake8
140141
[isort]: https://pycqa.github.io/isort/
141142
[pipenv]: https://github.com/pypa/pipenv
142143
[pre-commit]: https://pre-commit.com/
144+
[logging]: https://docs.python.org/3/library/logging.html
143145

144146

145147
### GitHub Actions

0 commit comments

Comments
 (0)