@@ -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"
710710pre-commit = "3.5.0"
711711pytest = "7.4.2"
712712pytest-cov = "4.1.0"
713- ruff = "0.1.2 "
713+ ruff = "0.1.3 "
714714tomli = {version = "2.0.1", python = "<3.11"}"#
715715 . to_string ( )
716716 }
@@ -721,7 +721,7 @@ mypy = ">=1.6.1"
721721pre-commit = ">=3.5.0"
722722pytest = ">=7.4.2"
723723pytest-cov = ">=4.1.0"
724- ruff = ">=0.1.2 "
724+ ruff = ">=0.1.3 "
725725tomli = {version = ">=2.0.1", python = "<3.11"}"#
726726 . to_string ( )
727727 }
@@ -731,7 +731,7 @@ tomli = {version = ">=2.0.1", python = "<3.11"}"#
731731pre-commit==3.5.0
732732pytest==7.4.2
733733pytest-cov==4.1.0
734- ruff==0.1.2
734+ ruff==0.1.3
735735maturin==1.3.1
736736-e .
737737"#
@@ -743,7 +743,7 @@ maturin==1.3.1
743743pre-commit>=3.5.0
744744pytest>=7.4.2
745745pytest-cov>=4.1.0
746- ruff>=0.1.2
746+ ruff>=0.1.3
747747maturin>=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