mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-03-17 21:59:58 +00:00
* feat: full upgrade to python3, tests, etc. * chore: saving the wip state * chore(lint): fixed pyright errors, tests * chore(ci): install deps * chore(lint): fix linting * chore(lint): more linting fixes * chore(ci): upgrade workflows * fix(test): fix tests, tweak editorconfig * test: add helper path test and stub requests (#4) * fix: update paths and workflow (#5) * fix: update python version and improve cross-platform paths (#6) * fix: resolve MegaLinter YAML and markdown lint failures (#7) * fix: implement all CodeRabbit review comments (#8) * fix: apply CodeRabbit auto-fixes Fixed 3 file(s) based on 3 unresolved review comments. * fix: resolve MegaLinter editorconfig and pylint/pyright failures (#9) * feat: migrate to uv-managed project (#10) * feat: migrate to uv-managed project * fix: align Python version in pyproject.toml and CI setup-uv config * fix: ignore uv.lock in editorconfig, disable PYTHON_PYLINT/PYRIGHT in mega-linter, use uv for dep install (#11) * fix: ignore uv.lock in editorconfig and disable PYTHON_PYLINT/PYRIGHT in mega-linter * fix: update outdated comment in mega-linter config * fix: use uv instead of pip to install deps in mega-linter config * chore(deps): upgrade workflows * chore(ci): mega-linter config tweaks * chore(ci): mega-linter config tweaks * feat(deps): add pyright and pylint with non-overlapping config Add pyright>=1.1.0 and pylint>=3.0.0 as dev dependencies. Configure pyright for basic type checking (py3.13) and refine pylint message disables to avoid overlap with ruff's enabled rule sets. * feat(ci): re-enable pyright and pylint in mega-linter Remove PYTHON_PYLINT and PYTHON_PYRIGHT from DISABLE_LINTERS so mega-linter runs all three linters: ruff, pyright, and pylint. * fix: resolve pyright/pylint findings and apply ruff formatting Add encoding="utf-8" to read_text() calls in tests (pylint W1514). Apply ruff-format double-quote style consistently across both files. * chore(hooks): add editorconfig-checker and fix lines exceeding 80 chars Add editorconfig-checker pre-commit hook to catch line-length violations locally. Shorten docstrings in aeonview.py and aeonview_test.py that exceeded the 80-character editorconfig limit. Remove double-quote-string-fixer hook that conflicted with ruff-format. * fix(ci): configure mega-linter to use project configs for pyright/pylint Point mega-linter at pyproject.toml for both linters so they use our config instead of mega-linter's defaults. Add venvPath/venv to pyright so it resolves imports from the uv-created .venv. Disable pylint import-error since import checking is handled by pyright.
58 lines
1.9 KiB
Markdown
58 lines
1.9 KiB
Markdown
# Contributor Covenant Code of Conduct
|
||
|
||
## Our Pledge
|
||
|
||
We as members, contributors, and leaders pledge to make participation
|
||
in our community a harassment-free experience for everyone, regardless
|
||
of age, body size, visible or invisible disability, ethnicity, sex
|
||
characteristics, gender identity and expression, level of experience,
|
||
education, socio-economic status, nationality, personal appearance,
|
||
race, caste, color, religion, or sexual identity and orientation.
|
||
|
||
We pledge to act and interact in ways that contribute to an open,
|
||
welcoming, diverse, inclusive, and healthy community.
|
||
|
||
## Our Standards
|
||
|
||
Examples of behavior that contributes to a positive environment:
|
||
|
||
- Demonstrating empathy and kindness
|
||
- Being respectful of differing opinions
|
||
- Gracefully accepting constructive feedback
|
||
- Focusing on what is best for the community
|
||
|
||
Examples of unacceptable behavior:
|
||
|
||
- The use of sexualized language or imagery
|
||
- Trolling, insulting or derogatory comments
|
||
- Harassment of any kind
|
||
- Publishing others’ private information
|
||
|
||
## Enforcement Responsibilities
|
||
|
||
Community leaders are responsible for clarifying and enforcing our
|
||
standards and will take appropriate and fair corrective action in
|
||
response to any behavior they deem inappropriate.
|
||
|
||
## Scope
|
||
|
||
This Code of Conduct applies within all community spaces and also
|
||
applies when an individual is officially representing the project.
|
||
|
||
## Enforcement
|
||
|
||
Instances of abusive, harassing, or otherwise unacceptable behavior
|
||
may be reported to the project owner @ivuorinen.
|
||
|
||
All complaints will be reviewed and investigated and will result in a
|
||
response that is deemed necessary and appropriate to the circumstances.
|
||
|
||
## Attribution
|
||
|
||
This Code of Conduct is adapted from the [Contributor Covenant][cc],
|
||
version 2.1.
|
||
|
||
[cc]: https://www.contributor-covenant.org/version/2/1/code_of_conduct/
|
||
|
||
<!-- vim: ft=md sw=2 ts=2 tw=72 fo=cqt wm=0 et : -->
|