Skip to content

Commit

Permalink
Remove yapf in favor of ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar-reef committed Dec 20, 2024
1 parent 76a0fea commit a41dbe5
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 151 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to make it easier to contribute, core developers of this project:
* maintain a set of unit tests
* maintain a set of integration tests (run with a production cloud)
* maintain development automation tools using [nox](https://github.com/theacodes/nox) that can easily:
* format the code using [yapf](https://github.com/google/yapf) and [ruff](https://github.com/astral-sh/ruff)
* format the code using [ruff](https://github.com/astral-sh/ruff)
* runs linters to find subtle/potential issues with maintainability
* run the test suite on multiple Python versions using [pytest](https://github.com/pytest-dev/pytest)
* maintain Continuous Integration (by using GitHub Actions) that:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/+replace_yapf_with_ruff.infrastructure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove yapf in favor of ruff.
2 changes: 1 addition & 1 deletion doc/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We encourage outside contributors to perform changes on our codebase. Many such
* maintain a set of integration tests (run with a production cloud)
* maintain development automation tools using `nox <https://github.com/theacodes/nox>`_ that can easily:

* format the code using `yapf <https://github.com/google/yapf>`_
* format the code using `ruff <https://github.com/astral-sh/ruff>`_
* runs linters to find subtle/potential issues with maintainability
* run the test suite on multiple Python versions using `pytest <https://github.com/pytest-dev/pytest>`_

Expand Down
Loading

0 comments on commit a41dbe5

Please sign in to comment.