Colin Delahunty
Colin Delahunty
A part of #827. The following needs to be happen for this to be moved out of draft status: - [x] Handle statements with multiple except statements - [x] Handle...
# Description Ruff is like 100 times faster than flake8. Also, it supports isort already, and we are working on getting full support for pyupgrade. This PR is one small...
A part of #827. Opening this up as a draft for visibility.
A part of #827. I started this trying to use libcst. However, if found it added a lot of complexity because I have to change the order of the imports,...
Minor formatting issue. But the violations file is like 6000 lines. Should we make a folder called violations, and then have a file for each linter?
# Description - [ ] Summary of the change / bug fix. - [ ] Link # issue, if applicable. - [ ] Screenshot of the feature or the bug...
`python terminal.py stocks/load aapl/ta/recom` Generates the following:
### Describe the bug I have added a folder created with pyinstaller to my resources, then I use command::new() to run the main binary inside this folder. When I use...
Creates a way to use the request object in the exempt_when function. Now allows functions like this to be used: ``` def test_exempt(x) -> bool: print(x.headers.get("User-Agent")) return False ``` Fixes...