Skip to content

Commit

Permalink
chore: Updating ruff to 0.1.3
Browse files Browse the repository at this point in the history
- This helps eliminate the following warnings:
    $ poetry run ruff .
    warning: Selection of nursery rule `PLC1901` without the `--preview` flag is deprecated.
    warning: Selection of nursery rule `PLC1901` without the `--preview` flag is deprecated.
    warning: Selection of nursery rule `PLC1901` without the `--preview` flag is deprecated.
  • Loading branch information
abellotti committed Nov 2, 2023
1 parent a5d85e9 commit 8802666
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 25 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pytest-lazy-fixture = ">=0.6.3"
requests-mock = ">=1.9.3"
pytest-mock = "^3.8.2"
rstcheck = "^6.1.1"
ruff = "^0.0.292"
ruff = "^0.1.3"
pip-tools = "^7.1.0"
pybuild-deps = "^0.1.1"

Expand Down
9 changes: 4 additions & 5 deletions requirements-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,18 @@ pycparser==2.21 ; python_version >= "3.11" and python_version < "4.0"
# via cffi
semantic-version==2.10.0
# via setuptools-rust
setuptools-rust==1.7.0
setuptools-rust==1.8.1
# via cryptography
setuptools-scm==8.0.4
# via
# pluggy
# setuptools-rust
# setuptools-scm
trove-classifiers==2023.10.18
# via hatchling
typing-extensions==4.8.0
# via
# setuptools-rust
# setuptools-scm
wheel==0.41.2
# via setuptools-scm
wheel==0.41.3
# via cryptography

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 8802666

Please sign in to comment.