- 23 Nov, 2021 2 commits
-
-
Randy Döring committed
-
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.29.1) - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] committed
-
- 21 Nov, 2021 4 commits
-
-
Maximilian committed
-
Bjorn Neergaard committed
-
Randy Döring committed
-
* Fix SIM102: Use a single if-statement instead of nested if-statements * Fix SIM105: Use 'contextlib.suppress(...)' instead of try-except-pass * Fix SIM110: Use 'return any(...)' * Fix SIM113: Use enumerate instead of manually incrementing a counter * Fix SIM114: Combine conditions via a logical or to prevent duplicating code * Fix SIM211: Use 'not a' instead of 'False if a else True' * Fix SIM300: Use 'age == 42' instead of '42 == age' (Yoda-conditions) * Fix SIM119: Use dataclasses for data containers * Ignore "SIM106: Handle error-cases first" for now
Randy Döring committed
-
- 20 Nov, 2021 2 commits
-
-
* add typehints to tests.inspection * change several yield statements in fixtures to return * add typehints to tests.installation.test_chef, tests.installation.test_chooser, tests.installation.test_executor * add typehints to tests.installation.test_installer * add typehints to tests.installation.test_installer_old * add typehints to tests.installation.test_pip_installer * add typehints to tests.masonry * add typehints to tests.mixology * add typehints to tests.packages * add typehints to tests.plugins
finswimmer committed -
Bjorn Neergaard committed
-
- 19 Nov, 2021 3 commits
-
-
Bjorn Neergaard committed
-
Resolves #4688
Bjorn Neergaard committed -
* add missing type hints to application code * add typehints to tests.config, tests.console.commands.debug, tests.console.commands.env * add typehints to tests.console.commands.plugin * add typehints to tests.self * add typehints to tests.console.commands.source * add typehints to tests.console.commands.about * add typehints tests.console.commands.add * add typehints to tests.console.commands.test_cache * add typehints to tests.console.commands.test_check * add typehints to tests.console.commands.test_config * add typehints to tests.console.commands.test_export * add typehints to tests.console.commands.test_init * add typehints to tests.console.commands.test_install * add typehints to tests.console.commands.test_lock * add typehints to tests.console.commands.test_new * add typehints to tests.console.commands.test_publish * add typehints to tests.console.commands.test_remove * add typehints to tests.console.commands.test_run * add typehints to tests.console.commands.test_search * add typehints to tests.console.commands.test_show * add typehints to tests.console.commands.test_version * add typehints to tests.console.test_application * add typehints to tests.console.conftest * add typehints to tests.console.conftest * add python version constraint for typing-extension * fix type hint for http fixture
finswimmer committed
-
- 18 Nov, 2021 2 commits
-
-
* Use flake8-type-checking * Fixes for flake8-type-checking violations * Set enable-extensions before ignores and excludes * Remove noqa duplicate * Use new flake8-type-checking version with type-checking-exempt-modules feature for imports of typing and typing-extensions so that noqa comments are not required anymore * Ignore TC002 in __init__ files * Remove noqa from pyi files because they are not checked anyway
Randy Döring committed -
Branch Vincent committed
-
- 17 Nov, 2021 4 commits
-
-
Implements the reviews from #3987 and #3988. Special thanks to the committers and reviewers there. Co-authored-by: Harry Peach <harrypeach1999@gmail.com> Co-authored-by: Kamyar Ghasemlou <kamyar@kamy.me> Co-authored-by: Leonardo Freua <leonardo.batista.freua@gmail.com>
Bjorn Neergaard committed -
Bjorn Neergaard committed
-
Branch Vincent committed
-
Daniel Eades committed
-
- 16 Nov, 2021 12 commits
-
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
In order to ensure coverage discovery and prevent flaky tooling.
Bjorn Neergaard committed -
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
chen committed
- 15 Nov, 2021 11 commits
-
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
Bjorn Neergaard committed
-
For now we're thinking this generates too much noise -- we'll add it back as we approach 3.11 RCs
Bjorn Neergaard committed -
After digging around in the poetry code to figure out how to include an `extras` key in a CLI script, I thought it might be a useful thing to add to the docs for future users.
Brad Brown committed -
Export requirements.txt without index URLs Co-authored-by: DBM012 <dustin.moriarty@amfam.com>
DustinMoriarty committed -
get() is a function and not an object with __enter__ (aka context manager)
Krishnaraj Bhat committed
-