-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade to repo-config v0.5.2 #587
Conversation
3d58e9e
to
c2b73b2
Compare
c2b73b2
to
34419e7
Compare
Not sure what's going on with the tests, locally it passes and if I remove the |
4422d91
to
5d32de0
Compare
7814900
to
f12b14a
Compare
test is failing |
We always want to use the template provided extensions, keeping our own list only makes it more likely to have errors when upgrading. Also `_cookiecutter` is just noise, not very useful to keep. Signed-off-by: Leandro Lucarella <[email protected]>
The key needs to be there, but the contents is only to show on the first generation, so we don't need to save it in the replay file. Signed-off-by: Leandro Lucarella <[email protected]>
This is just to be nice to editors, that usually like having a `\n` at the end of text files. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
This is to have a common basic configuration that should work with most editors/IDEs. Signed-off-by: Leandro Lucarella <[email protected]>
Now repo-config ships support to easily enable the collection and linting of code examples in docstrings, so we use that instead. Also make sure that we label the `conftest.py` file properly and we exclude it from the source distribution. Signed-off-by: Leandro Lucarella <[email protected]>
This is not really used in this project, but it is included as part of the repo-config ci template, as it doesn't hurt either. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
This is to match the name used by the repo-config template. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
f12b14a
to
d8d04e7
Compare
d8d04e7
to
c1f5801
Compare
This option avoids using a cache. It is slower but prevents some issues with `mypy` giving different results on different runs (typically complaining about some `type: ignore[issue]` not being used but when removing it complaining about an `issue` again. Signed-off-by: Leandro Lucarella <[email protected]>
c1f5801
to
9022629
Compare
OK, after a long investigation it seems like the problem with This failed in the CI but worked locally because it seems like the first uncached run is the one failing, but if you run Using the |
All changes here are derived from regenerating files using the templates in repo-config v0.5.2.