MichaReiser
Follow
- Switzerland
- @MichaReiser
Block or Report
Block or report MichaReiser
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
astral-sh/ruff
astral-sh/ruff PublicAn extremely fast Python linter and code formatter, written in Rust.
-
biomejs/biome
biomejs/biome PublicA toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
2,419 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
February 2024
Created 34 commits in 4 repositories
Created 2 repositories
-
MichaReiser/fastapi
Python
This contribution was made on Feb 12
-
MichaReiser/airflow
Python
This contribution was made on Feb 12
Created a pull request in apache/airflow that received 8 comments
Preview Ruff 2024 style guide (DO NOT MERGE)
This PR is not intended to be merged, and some CI checks will likely fail. I'm a Ruff maintainer working on the 2024 style guide, which we plan to …
+6,842
−7,444
lines changed
•
8
comments
Opened 37 other pull requests in 6 repositories
astral-sh/ruff
18
merged
2
open
2
closed
-
Add Micha as owner to formatter and parser
This contribution was made on Feb 19
-
Indent nested binary expressions
This contribution was made on Feb 14
-
split string module
This contribution was made on Feb 14
-
Use atomic write when persisting cache
This contribution was made on Feb 14
-
Add example demonstrating that
fmt: skip
on expression level is not supportedThis contribution was made on Feb 13 -
Limit
isort.lines-after-imports
to 1 for stub filesThis contribution was made on Feb 13 -
Run isort CRLF tests
This contribution was made on Feb 13
-
Disable top-level docstring formatting for notebooks
This contribution was made on Feb 12
-
Remove (legacy) formatter stability check from CI pipeline
This contribution was made on Feb 12
-
Run doctests as part of CI pipeline
This contribution was made on Feb 12
-
Stabilize quote-style
preserve
This contribution was made on Feb 10 -
Update pyproject-toml to 0.9
This contribution was made on Feb 9
-
Docstring formatting: Preserve tab indentation when using
indent-style=tabs
This contribution was made on Feb 9 -
Use
usize
instead ofTextSize
forindent_len
This contribution was made on Feb 8 -
Fix clippy unused variable warning
This contribution was made on Feb 8
-
Filter out test rules in
RuleSelector
JSON schemaThis contribution was made on Feb 8 -
Use Rust 1.76
This contribution was made on Feb 8
-
Reduce
Result<Tok, LexicalError>
size by usingBox<str>
instead ofString
This contribution was made on Feb 7 -
Reduce
LexResult
size by boxingLexicalError
This contribution was made on Feb 7 -
Improve trailing comma rule performance
This contribution was made on Feb 6
-
Don't trim last empty line in docstrings
This contribution was made on Feb 4
-
Range formatting: Fix invalid syntax after parenthesizing expression
This contribution was made on Feb 1
astral-sh/uv
7
merged
-
Add license to activator scripts
This contribution was made on Feb 17
-
Add CMD support
This contribution was made on Feb 16
-
Copy over editorconfig and set line ending to LF
This contribution was made on Feb 16
-
Add troubleshooting section to benchmarks guide
This contribution was made on Feb 16
-
Fix list rendering in
venv --help
outputThis contribution was made on Feb 16 -
Document font used in benchmark charts
This contribution was made on Feb 15
-
Document that Python 3.12.0 is required to run benchmarks
This contribution was made on Feb 15
AlexWaygood/typeshed-stats
3
closed
-
Use
uv
activation script instead of routing environment variableThis contribution was made on Feb 19 -
Use bash with pip
This contribution was made on Feb 19
-
Try running tests without "trick" (micha)
This contribution was made on Feb 19
astral-sh/ruff-lsp
2
merged
1
closed
-
Update ruff configuration to ruff 0.2
This contribution was made on Feb 5
-
Update requirements.txt
This contribution was made on Feb 5
-
Narrow Text edits
This contribution was made on Feb 1
tiangolo/fastapi
1
closed
-
⬆️ Upgrade configuration for Ruff 0.2.1
This contribution was made on Feb 12
astral-sh/ruff-vscode
1
merged
-
Fix ruff 0.2 deprecation warnings
This contribution was made on Feb 5
Reviewed 54 pull requests in 5 repositories
astral-sh/ruff
25 pull requests
-
Implement RUF028 to detect useless formatter suppression comments
This contribution was made on Feb 19
-
[
flake8-class-newline
] Add new flake8 plugin.This contribution was made on Feb 19 -
Bump version to v0.2.2
This contribution was made on Feb 17
-
Preview minimal f-string formatting
This contribution was made on Feb 16
-
Move
RUF001
,RUF002
to AST checkerThis contribution was made on Feb 15 -
Fix panic on RUF027
This contribution was made on Feb 15
-
Merge maps when combining options
This contribution was made on Feb 14
-
Detect unneeded
async
keywords on functionsThis contribution was made on Feb 13 -
Add example demonstrating that
fmt: skip
on expression level is not supportedThis contribution was made on Feb 13 -
Separate
StringNormalizer
fromStringPart
This contribution was made on Feb 13 -
Use a Discord icon rather than a text link
This contribution was made on Feb 12
-
Disable top-level docstring formatting for notebooks
This contribution was made on Feb 12
-
Use non-parenthesized range for
DebugText
This contribution was made on Feb 12 -
Run doctests as part of CI pipeline
This contribution was made on Feb 12
-
Docstring formatting: Preserve tab indentation when using
indent-style=tabs
This contribution was made on Feb 12 -
Migrate to
nextest
This contribution was made on Feb 12 -
Fix
E30X
panics on blank lines with trailing white spacesThis contribution was made on Feb 9 -
Reduce size of
Expr
from 80 to 64 bytesThis contribution was made on Feb 9 -
Use
usize
instead ofTextSize
forindent_len
This contribution was made on Feb 9 -
Remove unnecessary string cloning from the parser
This contribution was made on Feb 8
-
Use Rust 1.76
This contribution was made on Feb 8
-
Reduce
Result<Tok, LexicalError>
size by usingBox<str>
instead ofString
This contribution was made on Feb 8 -
Use
memchr
for string lexingThis contribution was made on Feb 8 -
RUF027 no longer has false negatives with string literals inside of method calls
This contribution was made on Feb 6
-
Use
memchr
for tab-indentation detectionThis contribution was made on Feb 6 - Some pull request reviews not shown.
astral-sh/uv
9 pull requests
-
Support
venv --prompt
This contribution was made on Feb 19 -
Support dotted function paths for script entrypoints
This contribution was made on Feb 19
-
Add CMD support
This contribution was made on Feb 17
-
Fix typos & add pre-commit configuration
This contribution was made on Feb 17
-
change indent to sensible value
This contribution was made on Feb 16
-
Fix list rendering in
venv --help
outputThis contribution was made on Feb 16 -
Add troubleshooting section to benchmarks guide
This contribution was made on Feb 16
-
Add rough integration test to CI
This contribution was made on Feb 15
-
Document that Python 3.12.0 is required to run benchmarks
This contribution was made on Feb 15
astral-sh/ruff-lsp
2 pull requests
-
Update Neovim documentation
This contribution was made on Feb 13
-
Range formatting support
This contribution was made on Feb 2
apache/airflow
1 pull request
-
Preview Ruff 2024 style guide (DO NOT MERGE)
This contribution was made on Feb 12
psf/black
1 pull request
-
Create the 2024 stable style
This contribution was made on Feb 12
Created an issue in astral-sh/uv that received 19 comments
Windows: uv doesn't find python versions on PATH
I installed Python using pyenv-win but puffin can't find it (because it's not in the PATH). Running python from the command line works as expected …
19
comments
Opened 5 other issues in 2 repositories
astral-sh/ruff
3
open
1
closed
-
E203: conflicts with formatter
This contribution was made on Feb 19
-
Colorize
format --diff
outputThis contribution was made on Feb 14 -
Formatter trims empty lines after
;
This contribution was made on Feb 12 -
Doctests no longer run as part of CI
This contribution was made on Feb 12
astral-sh/uv
1
open
-
PowerShell: Can't run Benchmarks
This contribution was made on Feb 15
Started 1 discussion in 1 repository
astral-sh/ruff
astral-sh/ruff
-
Ruff 24 style guide
This contribution was made on Feb 12
Answered 1 discussion in 1 repository
astral-sh/ruff
astral-sh/ruff
-
zsh: segmentation fault ruff
This contribution was made on Feb 5
1
contribution
in private repositories
Feb 15