Skip to content

Commit fe73b19

Browse files
Update README.md
1 parent f46aaa5 commit fe73b19

File tree

1 file changed

+6
-33
lines changed

1 file changed

+6
-33
lines changed

README.md

Lines changed: 6 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,21 @@ poetry shell
9999
exit
100100
```
101101

102-
Setup the pre-commit check, you must run this inside the virtual environment:
103-
104-
```bash
105-
pre-commit install
106-
```
107-
108102
*Now you're all set to get started!*
109103

110-
As this repository uses the [pre-commit][pre-commit] framework, all changes
111-
are linted and tested with each commit. You can run all checks and tests
112-
manually, using the following command:
104+
To run the Python tests:
113105

114106
```bash
115-
poetry run pre-commit run --all-files
107+
poetry run pytest
116108
```
117109

118-
To run just the Python tests:
110+
To run the bandit checks:
119111

120112
```bash
121-
poetry run pytest
113+
poetry run bandit
122114
```
123115

116+
124117
## Security
125118

126119
If you discover any security related issues please email [[email protected]](mailto:[email protected]) instead
@@ -135,27 +128,7 @@ of using the issue tracker.
135128

136129
## License
137130

138-
MIT License
139-
140-
Copyright (c) 2020-2023 Exonet BV
141-
142-
Permission is hereby granted, free of charge, to any person obtaining a copy
143-
of this software and associated documentation files (the "Software"), to deal
144-
in the Software without restriction, including without limitation the rights
145-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
146-
copies of the Software, and to permit persons to whom the Software is
147-
furnished to do so, subject to the following conditions:
148-
149-
The above copyright notice and this permission notice shall be included in all
150-
copies or substantial portions of the Software.
151-
152-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
154-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
155-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
156-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
157-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
158-
SOFTWARE.
131+
[MIT License](LICENSE.md)
159132

160133
[ico-version]: https://img.shields.io/pypi/v/exonetapi.svg?style=flat-square
161134
[ico-license]: https://img.shields.io/pypi/l/exonetapi.svg?style=flat-square

0 commit comments

Comments
 (0)