Skip to content

Commit 43c85f9

Browse files
Add code style and license badges as referenced in https://github.com/NREL/GEOPHIRES-X/issues/22\#issuecomment-1939147177
1 parent 40dd0f0 commit 43c85f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Free software: `MIT license <LICENSE>`__
2323
| |coverage|
2424
* - package
2525
- | |commits-since|
26+
| |code-style|
27+
| |license|
2628
2729
.. TODO add the following to package badge list once PyPy distribution enabled: |version| |wheel| |supported-versions| |supported-implementations|
2830
.. * - docs
@@ -61,7 +63,13 @@ Free software: `MIT license <LICENSE>`__
6163
:target: https://coveralls.io/github/softwareengineerprogrammer/GEOPHIRES-X?branch=main
6264
:alt: Coverage Status
6365

66+
.. |code-style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
67+
:target: https://github.com/NREL/GEOPHIRES-X/blob/main/.pre-commit-config.yaml
68+
:alt: Code Style: black
6469

70+
.. |license| image:: https://img.shields.io/badge/license-MIT-green.svg
71+
:target: https://github.com/NREL/GEOPHIRES-X/blob/main/LICENSE
72+
:alt: MIT license
6573

6674
.. end-badges
6775

0 commit comments

Comments
 (0)