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

Add additional files for the MyPy linting #1026

Closed
Manangka opened this issue May 10, 2024 · 0 comments · Fixed by #1027
Closed

Add additional files for the MyPy linting #1026

Manangka opened this issue May 10, 2024 · 0 comments · Fixed by #1027
Assignees

Comments

@Manangka
Copy link
Collaborator

No description provided.

github-merge-queue bot pushed a commit that referenced this issue May 14, 2024
Fixes #1026 

In the PyProject.toml file there is a list of glob statements which
tells MyPy which files is should lint.
There was a mistake however that caused MyPy to only lint the top level
files of a folder.
This has been fixes in this commit.

Due to more files being analysed by MyPy there were some new issues
found
Those issues are fixed in this commit as well

I tried to make the reviewing process easier by grouping related changes
to the same commit.

# Checklist
<!---
Before requesting review, please go through this checklist:
-->

- [x] Links to correct issue
- [ ] Update changelog, if changes affect users
- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

1 participant