Skip to content

Commit

Permalink
No longer use pylint - mypy works better for my needs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinekitty committed May 27, 2024
1 parent bba1c9e commit d2b7621
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/astronomy-engine-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.9
- name: Install Python tools
run: python -m pip install --upgrade pip && pip install pylint mypy
run: python -m pip install --upgrade pip && pip install mypy
- name: Install documentation tools Linux
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install -y doxygen xsltproc cppcheck
Expand Down
2 changes: 0 additions & 2 deletions generate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The following tools are required for developers:
- npm (needed to install other tools like TypeScript, jsdoc2md, ...)
- Python 3.7+ and the following modules:
- [mypy](https://pypi.org/project/mypy/)
- [pylint](https://pypi.org/project/pylint/)
- Microsoft .NET 7 SDK
- doxygen
- xsltproc
Expand Down Expand Up @@ -52,7 +51,6 @@ The following tools are required for developers:
- npm (needed to install other tools like TypeScript, jsdoc2md, ...)
- Python 3.7+ and the following modules:
- [mypy](https://pypi.org/project/mypy/)
- [pylint](https://pypi.org/project/pylint/)
- doxygen
- xsltproc (Follow instructions at https://www.zlatkovic.com/libxml.en.html)

Expand Down
Loading

0 comments on commit d2b7621

Please sign in to comment.