File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # tools
2+
3+ Tools for working with creativecommons.org's legal code content.
4+
5+
6+ ## Develpment
7+
8+ Prior to submitting a pull request, please validate the style/syntax (from
9+ within this tools directory):
10+ 1 . [ Black] ( https://black.readthedocs.io/en/stable/ ) : The uncompromising code
11+ formatter
12+ ``` shell
13+ black ./
14+ ```
15+ 2. [Flake8](http://flake8.pycqa.org/en/latest/): Your Tool For Style Guide
16+ Enforcement
17+ ` ` ` shell
18+ flake8 ./
19+ ` ` `
20+
21+
22+ # # License
23+
24+ The license applies only to the tools in this directory:
25+ - [` LICENSE` ](LICENSE) ([GPL-3.0-only] License)
26+
27+ [gplv3]: https://opensource.org/licenses/GPL-3.0 " GNU General Public License version 3 | Open Source Initiative"
28+
29+
30+ # # Parent README
31+
32+ See the parent README for Code of Conduct and Contributing guidelines:
33+ - [` ../README.md` ](../README.md)
You can’t perform that action at this time.
0 commit comments