Admin: Replace flake8 references with ruff (#6794)
This commit is contained in:
parent
121ad974b8
commit
a75e30faae
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
- name: Install project dependencies
|
||||
run: |
|
||||
pip install -r requirements-dev.txt
|
||||
- name: Lint with flake8
|
||||
- name: Lint
|
||||
run:
|
||||
make lint
|
||||
|
||||
|
@ -40,7 +40,7 @@ To verify all tests pass for a specific service, for example for `s3`, run these
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
flake8 moto/s3
|
||||
ruff moto/s3
|
||||
black --check moto/s3 tests/test_s3
|
||||
pylint tests/test_s3
|
||||
pytest -sv tests/test_s3
|
||||
@ -76,7 +76,7 @@ Then standard development on Moto can proceed, for example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
flake8 moto/s3
|
||||
ruff moto/s3
|
||||
black --check moto/s3 tests/test_s3
|
||||
pylint tests/test_s3
|
||||
pytest -sv tests/test_s3
|
Loading…
Reference in New Issue
Block a user