Skip to content

Apply linting, add missing type hints#21

Merged
globau merged 1 commit intomozilla-conduit:mainfrom
globau:main
Jan 30, 2025
Merged

Apply linting, add missing type hints#21
globau merged 1 commit intomozilla-conduit:mainfrom
globau:main

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 No newline at end of file
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