Tyler C Laprade, CFA
Tyler C Laprade, CFA
As far as I can tell, `'Programming Language :: Python :: 3.XX',` is all we need in `setup.py`. However, I just tested and found that this simpler syntax for generic...
I would like a way to be notified when new _categories_ of rules are added. Since `ALL` had too many unrelated errors, I've been opting in to categories instead of...
FWIW, `flake8-cognitive-complexity` and `flake8-cohesion` are the only two rules I still run. If those were added to Ruff, I could fully remove `flake8` from my project. I do run McCabe...
> Could you explain how the purpose between Mc Cabe and this rule differ in your view? -@MichaReiser Cognitive complexity is how hard the code is to understand, while cyclomatic...
Ah, I see your point! The main reason I run McCabe is because I don't want to run flake8 in Github Actions for just a single rule. I personally wouldn't...
I just updated my `date-fns` to v3, but now `@mui/x-date-pickers` is broken. Is there any way for me to resolve this before this PR lands?
Oh perfect, I was using `AdapterDateFns` without any version number, thanks!
I agree. `django-types` is a non-starter compared to `django-types` for projects using Pyright/Pylance.
@fvalverd, tests still seem to be failing
I also have this problem when running `tsc`. For now, I manually added `@react-spring/rafz` to my `package.json`, but ideally this dependency would be included directly in `@react-spring/web`.