arl

Results 113 issues of arl

Is it possible to completely skip parsing of files that don't contain this string? It's not really worth it to parse the module into a CST (certainly the most expensive...

feature request
p: low
t: meta

**Describe the bug** Single-line docstrings that are longer than the line length have the final three `"` moved to a new line. **To Reproduce** For example, take this code: ```py...

T: bug
F: linebreak
F: docstrings

A class without a `_` preceeding its name is not public unless included in `__all__` when `__all__` is defined. For example, the following file should not raise a D101. ```py...

bug

**Is your feature request related to a problem? Please describe.** The `.` and `/` characters are very close together, and this can lead to accidentally reformatting from the wrong directory....

T: enhancement
S: accepted

# Pull Request Check List Resolves #7574 - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.

area/installer
impact/backport
impact/changelog
backport/1.4

- **Poetry version**: 1.4.0 - **Python version**: 3.10.10 - **OS version and name**: fedora 37 - **pyproject.toml**: https://gist.github.com/onerandomusername/a9b67be9494a717c945f3194bbb5b72a -- that local dependency needs to be checked out to the `feat/build-with-pdm-backend`...

kind/bug
area/installer

### Summary LargeInt cannot be restricted like Range, and Range cannot be a big int. ### What is the feature request for? disnake.ext.commands ### The Problem LargeInt is an integer...

good first issue
feature request

## Summary Finally drop setuptools, closes https://github.com/DisnakeDev/disnake/issues/664 ## Checklist - [x] If code changes were made, then they have been tested - [x] I have updated the documentation to reflect...

t: enhancement
s: needs review
t: dependencies
t: meta

## Summary Expanded markdown support in remove markdown and escape markdown methods. This does not currently support ordered lists, unfortunately. ## Checklist - [x] If code changes were made, then...

t: api support
s: needs review

## Summary Enable all `RET` errors on ruff. As some of these error codes might not be desired, I seperated each of them into an individual commit (except for RET506,...

s: needs review
t: refactor/typing/lint
skip news