Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bunch of cleanups #1999

Merged
merged 3 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:

mdl:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@
*.pyc

# Generated by make release
/mackup.egg-info/
/dist/

# Generated by make test
/.coverage

# Used by pyenv
/.python-version
1 change: 1 addition & 0 deletions .markdownlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/
4 changes: 0 additions & 4 deletions .mdl_style.rb

This file was deleted.

1 change: 0 additions & 1 deletion .mdlrc

This file was deleted.

4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
lint:
# Install mdl with "gem install mdl"
mdl .
markdownlint -c .markdownlint.yaml '**/*.md'

test:
poetry install --with dev
poetry run pytest

clean:
rm -rf __pycache__
rm -rf mackup/__pycache__
rm -rf tests/__pycache__
rm -rf dist/
Expand Down
1 change: 0 additions & 1 deletion codecov.yml

This file was deleted.