@@ -220,7 +220,7 @@ fn build_latest_pre_commit_dependencies(
220220 PreCommitHookVersion {
221221 id: PreCommitHook :: Ruff ,
222222 repo: "https://github.com/astral-sh/ruff-pre-commit" . to_string( ) ,
223- rev: "v0.0.287 " . to_string( ) ,
223+ rev: "v0.0.289 " . to_string( ) ,
224224 } ,
225225 ] ;
226226
@@ -319,7 +319,7 @@ fn build_latest_dev_dependencies(
319319 } ,
320320 PythonPackageVersion {
321321 name: "ruff" . to_string( ) ,
322- version: "0.0.287 " . to_string( ) ,
322+ version: "0.0.289 " . to_string( ) ,
323323 } ,
324324 ] ;
325325
@@ -1034,7 +1034,7 @@ dmypy.json
10341034 hooks:
10351035 - id: mypy
10361036 - repo: https://github.com/astral-sh/ruff-pre-commit
1037- rev: v0.0.287
1037+ rev: v0.0.289
10381038 hooks:
10391039 - id: ruff
10401040 args: [--fix, --exit-non-zero-on-fix]
@@ -1082,7 +1082,7 @@ mypy = "1.5.1"
10821082pre-commit = "3.4.0"
10831083pytest = "7.4.2"
10841084pytest-cov = "4.1.0"
1085- ruff = "0.0.287 "
1085+ ruff = "0.0.289 "
10861086tomli = {{version = "2.0.1", python = "<3.11"}}
10871087
10881088[build-system]
@@ -1181,7 +1181,7 @@ mypy = "1.5.1"
11811181pre-commit = "3.4.0"
11821182pytest = "7.4.2"
11831183pytest-cov = "4.1.0"
1184- ruff = "0.0.287 "
1184+ ruff = "0.0.289 "
11851185tomli = {{version = "2.0.1", python = "<3.11"}}
11861186
11871187[build-system]
@@ -1279,7 +1279,7 @@ mypy = "1.5.1"
12791279pre-commit = "3.4.0"
12801280pytest = "7.4.2"
12811281pytest-cov = "4.1.0"
1282- ruff = "0.0.287 "
1282+ ruff = "0.0.289 "
12831283tomli = {{version = "2.0.1", python = "<3.11"}}
12841284
12851285[build-system]
@@ -1378,7 +1378,7 @@ mypy = ">=1.5.1"
13781378pre-commit = ">=3.4.0"
13791379pytest = ">=7.4.2"
13801380pytest-cov = ">=4.1.0"
1381- ruff = ">=0.0.287 "
1381+ ruff = ">=0.0.289 "
13821382tomli = {{version = ">=2.0.1", python = "<3.11"}}
13831383
13841384[build-system]
@@ -1728,7 +1728,7 @@ mypy==1.5.1
17281728pre-commit==3.4.0
17291729pytest==7.4.2
17301730pytest-cov==4.1.0
1731- ruff==0.0.287
1731+ ruff==0.0.289
17321732maturin==1.2.3
17331733"# ;
17341734
@@ -1754,7 +1754,7 @@ mypy>=1.5.1
17541754pre-commit>=3.4.0
17551755pytest>=7.4.2
17561756pytest-cov>=4.1.0
1757- ruff>=0.0.287
1757+ ruff>=0.0.289
17581758maturin>=1.2.3
17591759"# ;
17601760
0 commit comments