Skip to content

Commit e400c37

Browse files
committed
Bump default version of ruff 0.1.2 -> 0.1.3
1 parent f159a2e commit e400c37

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/project_generator.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ fn build_latest_pre_commit_dependencies(
215215
PreCommitHookVersion {
216216
id: PreCommitHook::Ruff,
217217
repo: "https://github.com/astral-sh/ruff-pre-commit".to_string(),
218-
rev: "v0.1.2".to_string(),
218+
rev: "v0.1.3".to_string(),
219219
},
220220
];
221221

@@ -300,7 +300,7 @@ fn build_latest_dev_dependencies(
300300
},
301301
PythonPackageVersion {
302302
name: "ruff".to_string(),
303-
version: "0.1.2".to_string(),
303+
version: "0.1.3".to_string(),
304304
},
305305
];
306306

@@ -681,7 +681,7 @@ mod tests {
681681
creator_email: "[email protected]".to_string(),
682682
license: LicenseType::Mit,
683683
copyright_year: Some("2023".to_string()),
684-
version: "0.1.2".to_string(),
684+
version: "0.1.3".to_string(),
685685
python_version: "3.11".to_string(),
686686
min_python_version: "3.8".to_string(),
687687
project_manager: ProjectManager::Poetry,
@@ -710,7 +710,7 @@ mypy = "1.6.1"
710710
pre-commit = "3.5.0"
711711
pytest = "7.4.2"
712712
pytest-cov = "4.1.0"
713-
ruff = "0.1.2"
713+
ruff = "0.1.3"
714714
tomli = {version = "2.0.1", python = "<3.11"}"#
715715
.to_string()
716716
}
@@ -721,7 +721,7 @@ mypy = ">=1.6.1"
721721
pre-commit = ">=3.5.0"
722722
pytest = ">=7.4.2"
723723
pytest-cov = ">=4.1.0"
724-
ruff = ">=0.1.2"
724+
ruff = ">=0.1.3"
725725
tomli = {version = ">=2.0.1", python = "<3.11"}"#
726726
.to_string()
727727
}
@@ -731,7 +731,7 @@ tomli = {version = ">=2.0.1", python = "<3.11"}"#
731731
pre-commit==3.5.0
732732
pytest==7.4.2
733733
pytest-cov==4.1.0
734-
ruff==0.1.2
734+
ruff==0.1.3
735735
maturin==1.3.1
736736
-e .
737737
"#
@@ -743,7 +743,7 @@ maturin==1.3.1
743743
pre-commit>=3.5.0
744744
pytest>=7.4.2
745745
pytest-cov>=4.1.0
746-
ruff>=0.1.2
746+
ruff>=0.1.3
747747
maturin>=1.3.1
748748
-e .
749749
"#
@@ -1084,7 +1084,7 @@ dmypy.json
10841084
hooks:
10851085
- id: mypy
10861086
- repo: https://github.com/astral-sh/ruff-pre-commit
1087-
rev: v0.1.2
1087+
rev: v0.1.3
10881088
hooks:
10891089
- id: ruff
10901090
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)