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

Replace pylama with ruff #153

Merged
merged 44 commits into from
Aug 15, 2023
Merged

Replace pylama with ruff #153

merged 44 commits into from
Aug 15, 2023

Conversation

blairconrad
Copy link
Owner

No description provided.

Detected by rule E721 type-comparison
* A001 builtin-variable-shadowing
* A002 builtin-argument-shadowing
* ANN102 missing-type-cls
* ANN204 missing-return-type-special-method
* ANN206 missing-return-type-class-method
* ANN401 any-type warnings
* ARG001 unused-function-argument
* ARG002 unused-method-argument
* DTZ001 call-datetime-without-tzinfo
* DTZ007 call-datetime-strptime-without-zone
* EM101	raw-string-in-exception
* EM102	f-string-in-exception
* PT012 pytest-raises-with-multiple-statements
* PT006 pytest-parametrize-names-wrong-type
* PT018 pytest-composite-assertion
* RET504 unnecessary-assign
* RET505 superfluous-else-return
* RET506 superfluous-else-raise
* S324 hashlib-insecure-hash-function
* S603 subprocess-without-shell-equals-true
* S607 start-process-with-partial-path
* TRY002 raise-vanilla-class
*  TRY003 raise-vanilla-args
* TRY004 type-check-without-type-error
* TRY200 reraise-no-cause
* D100 undocumented-public-module
* D101 undocumented-public-class
* D102 undocumented-public-method
* D103 undocumented-public-function
* D107 undocumented-public-init
* D202 no-blank-line-after-function
* D205 blank-line-after-summary
* D213 multi-line-summary-second-line
* D300 triple-single-quotes
* D400 ends-in-period
* D415 ends-in-punctuation
* D417 undocumented-param
@blairconrad blairconrad merged commit dfea881 into main Aug 15, 2023
11 of 12 checks passed
@blairconrad blairconrad deleted the ruff branch August 15, 2023 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant