Skip to content

Commit 95f05f1

Browse files
authored
Merge pull request #73 from sanders41/ruff
Bump default ruff version from 0.0.287 to 0.0.289
2 parents b71ac19 + b0ac084 commit 95f05f1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/project_generator.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
10821082
pre-commit = "3.4.0"
10831083
pytest = "7.4.2"
10841084
pytest-cov = "4.1.0"
1085-
ruff = "0.0.287"
1085+
ruff = "0.0.289"
10861086
tomli = {{version = "2.0.1", python = "<3.11"}}
10871087
10881088
[build-system]
@@ -1181,7 +1181,7 @@ mypy = "1.5.1"
11811181
pre-commit = "3.4.0"
11821182
pytest = "7.4.2"
11831183
pytest-cov = "4.1.0"
1184-
ruff = "0.0.287"
1184+
ruff = "0.0.289"
11851185
tomli = {{version = "2.0.1", python = "<3.11"}}
11861186
11871187
[build-system]
@@ -1279,7 +1279,7 @@ mypy = "1.5.1"
12791279
pre-commit = "3.4.0"
12801280
pytest = "7.4.2"
12811281
pytest-cov = "4.1.0"
1282-
ruff = "0.0.287"
1282+
ruff = "0.0.289"
12831283
tomli = {{version = "2.0.1", python = "<3.11"}}
12841284
12851285
[build-system]
@@ -1378,7 +1378,7 @@ mypy = ">=1.5.1"
13781378
pre-commit = ">=3.4.0"
13791379
pytest = ">=7.4.2"
13801380
pytest-cov = ">=4.1.0"
1381-
ruff = ">=0.0.287"
1381+
ruff = ">=0.0.289"
13821382
tomli = {{version = ">=2.0.1", python = "<3.11"}}
13831383
13841384
[build-system]
@@ -1728,7 +1728,7 @@ mypy==1.5.1
17281728
pre-commit==3.4.0
17291729
pytest==7.4.2
17301730
pytest-cov==4.1.0
1731-
ruff==0.0.287
1731+
ruff==0.0.289
17321732
maturin==1.2.3
17331733
"#;
17341734

@@ -1754,7 +1754,7 @@ mypy>=1.5.1
17541754
pre-commit>=3.4.0
17551755
pytest>=7.4.2
17561756
pytest-cov>=4.1.0
1757-
ruff>=0.0.287
1757+
ruff>=0.0.289
17581758
maturin>=1.2.3
17591759
"#;
17601760

0 commit comments

Comments
 (0)