Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply linting, add missing type hints #21

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Conversation

globau
Copy link
Contributor

@globau globau commented Jan 29, 2025

  • add missing type hints
  • remove mypy: checks weren't running
  • configure ruff checks
  • remove black; use ruff instead
  • add 'format' tox command
  • optimise Dockerfile to avoid rebuilding the venv on any source change
  • remove broken code coverage reports

- add missing type hints
- remove mypy: checks weren't running
- configure ruff checks
- remove black; use ruff instead
- add 'format' tox command
- optimise Dockerfile to avoid rebuilding the venv on any source change
- remove broken code coverage reports
ruff
commands =
ruff format git_hg_sync/ tests/
ruff check --fix-only --unsafe-fixes --exit-zero --show-fixes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: missing newline at EOF.

@globau globau merged commit 9483af2 into mozilla-conduit:main Jan 30, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants