- Finland
Block or Report
Block or report scop
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,421 contributions in the last year
Less
More
Contribution activity
February 2023
Created 5 repositories
- scop/nordpool Python
- scop/pre-commit-mirror-maker Python
- scop/ruff-pre-commit Python
- scop/whois C
- scop/setup-nox TypeScript
Created a pull request in jorisroovers/gitlint that received 5 comments
Config: read from setup.cfg too, with tool:gitlint: section prefix
Allows consolidating config in Python projects making use of that file.
pyproject.toml would be kind of nicer these days, but there's no TOML parse…
+25
−3
•
5
comments
Opened 69 other pull requests in 13 repositories
scop/pytekukko
18
merged
- chore(deps): allow python-dotenv 1.x
- chore(deps): remove no longer necessary aiohttp and certifi test pins
- ci(renovate): use regex manager instead of a pip requirements hack
- chore: mypy config improvements
- chore(ruff): ignore more checks taken care of by Black
- ci(cache): make use of restore keys
- ci(lint): further simplify deps install
- ci: streamline linting config
- ci(pre-commit): fix taking return code into account
- chore(pylint): drop no longer needed/maintained exclusions
- ci(deps): allow pre-commit 3.x
- test: skip aiohttp, frozenlist, and yarl native builds with Python 3.12
- ci: cleanups
- chore(prettier): ignore CHANGELOG.md, auto generated
-
chore(lint): use codes with
noqa - test: switch to nox
- ci(renovate): set ruff versioning back to pep440
- ci: exclude venv activation from shell trace output
scop/home-assistant-jatekukko
14
merged
- style(manifest): sort keys according to new hassfest requirements
- chore(ruff): ignore whole E50/E70 family
- style: whitespace tweaks
- chore: type hint improvements
- ci(renovate): config cleanup
- chore(ruff): defer trailing commas to black
- style(pre-commit): config formatting tweaks
- ci: more config
- chore: drop Python 3.9 support
- chore(black): remove config, target-version inferred in 23.1.0
- chore: dev dependency tweaks
- ci(renovate): add config
- chore(emacs): add settings
- chore: switch linting to ruff
scop/hashpipe
11
merged
- ci(renovate): use regex manager instead of a pip requirements hack
- chore(pre-commit): run mypy on the entire source tree
- ci: config and caching tweaks, streamlining
- ci(gitlint): run on pull requests only
- chore(pylint): drop no longer needed/maintained exclusions
- ci: cleanups
- chore(deps): dev tweaks
- fix(renovate): config syntax
- chore(lint): switch to ruff
- chore(gitlint): set up
- chore: drop Python < 3.5 support
scop/bash-completion
2
open
6
merged
- refactor([h-j]*): apply naming guidelines where API is as desired
- refactor([d-g]*): apply naming guidelines where API is as desired
- refactor([0-9a-c]*): apply naming guidelines where API is as desired
- docs(api-and-naming): note deprecated files having private API
- refactor(_*): apply current naming guidelines
- ci: renovate config tweaks
- test(python): switch linting to Ruff
- chore(gitlint): simplify config
charliermarsh/ruff
5
merged
charliermarsh/ruff-pre-commit
2
closed
1
open
custom-components/nordpool
2
open
renovatebot/renovate
2
merged
home-assistant/core
2
merged
golangci/golangci-lint
1
open
jorisroovers/gitlint
1
merged
rfc1036/whois
1
open
daisylb/setup-nox
1
open
Reviewed 6 pull requests in 2 repositories
scop/bash-completion
5 pull requests
- chore(pre-commit/update-deprecated-links): exclude untracked files
-
refactor(completions/*): ensure quoting for
compgen -W '${arr[@]}' -
fix: add fixes for
localvar_inherit - refactor([h-j]*): apply naming guidelines where API is as desired
- refactor([0-9a-c]*): apply naming guidelines where API is as desired
charliermarsh/ruff
1 pull request
Created an issue in charliermarsh/ruff that received 9 comments
INP001 for top level setup.py, manage.py, noxfile.py
ruff 0.0.240 issues INP001 for some commonly found top level files, such as
setup.py ("legacy" setuptools etc)
manage.py (Django)
noxfile.py (Nox)
…
9
comments








