Skip to content

Commit 2a1e47c

Browse files
authored
Merge pull request #289 from openscm/dependabot/pip/ruff-0.1.6
chore(deps-dev): update ruff requirement from 0.1.1 to 0.1.6
2 parents 2962376 + 7c72a4e commit 2a1e47c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
language: fail
3232
files: "\\.rej$"
3333
- repo: https://github.com/charliermarsh/ruff-pre-commit
34-
rev: 'v0.0.288'
34+
rev: 'v0.1.6'
3535
hooks:
3636
- id: ruff
3737
args: [ --fix, --exit-non-zero-on-fix ]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ coverage = "^7.2.0"
7474
black = "23.9.1"
7575
blackdoc = "0.3.8"
7676
mypy = "^1.2.0"
77-
ruff = "0.1.1"
77+
ruff = "0.1.6"
7878
pre-commit = "^3.3.1"
7979
towncrier = "^23.6.0"
8080
liccheck = "^0.9.1"

0 commit comments

Comments
 (0)