Skip to content

Fix each method of the comparator to be used separately #3580

Fix each method of the comparator to be used separately

Fix each method of the comparator to be used separately #3580

Workflow file for this run

name: Linter
on: pull_request
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
with:
extra_args: --all-files