Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c48c3b3

Browse filesBrowse files
build(deps-dev): bump ruff from 0.1.6 to 0.1.7 (python-semantic-release#769)
* build(deps-dev): bump ruff from 0.1.6 to 0.1.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: remove hardcoded ruff version in workflows --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bernard Cooke <bernard-cooke@hotmail.com>
1 parent 0400d7b commit c48c3b3
Copy full SHA for c48c3b3

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v3
8484

8585
- name: Install Ruff
86-
run: python -m pip install ruff==0.1.2
86+
run: python -m pip install ".[dev]"
8787

8888
- name: Format
8989
run: |

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ test = [
6767
"requests-mock>=1.10.0,<2",
6868
"types-pytest-lazy-fixture>=0.6.3.3",
6969
]
70-
dev = ["pre-commit", "tox", "ruff==0.1.6"]
70+
dev = ["pre-commit", "tox", "ruff==0.1.7"]
7171
mypy = ["mypy", "types-requests"]
7272

7373
[tool.pytest.ini_options]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.