Skip to content

Commit 86b01b7

Browse files
committed
removed flake8 and pylint badges from readme
1 parent 94383c7 commit 86b01b7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ruff-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
2929
- name: Run Ruff
3030
run: |
31-
uv run ruff check .
31+
uv run ruff check .t

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
![CI](https://github.com/wegar-2/moddata/actions/workflows/python-tests.yml/badge.svg)
44
![codecov](https://codecov.io/gh/wegar-2/moddata/branch/main/graph/badge.svg)
5-
![Flake8 Lint Check](https://github.com/wegar-2/moddata/actions/workflows/flake8-lint.yml/badge.svg)
6-
![Pylint Check](https://github.com/wegar-2/moddata/actions/workflows/pylint.yml/badge.svg)
75

86

97
Provides data for use in modeling.

0 commit comments

Comments
 (0)