From 77ee90940012dcf7fc5f6d2e24297d2860192004 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 15:16:21 +0000 Subject: [PATCH] Mirror: 0.0.13 --- .pre-commit-hooks.yaml | 4 ++-- .version | 1 + setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .version diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 2227c61..93e92a6 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,10 +1,10 @@ -- id: ruff +- id: lint name: ruff description: 'Run ruff to lint Python files.' entry: ruff language: python 'types': [python] - args: ["--fix"] + args: [] require_serial: false additional_dependencies: [] minimum_pre_commit_version: '0' diff --git a/.version b/.version new file mode 100644 index 0000000..43b2961 --- /dev/null +++ b/.version @@ -0,0 +1 @@ +0.0.13 diff --git a/setup.py b/setup.py index d39fa05..c51aa58 100644 --- a/setup.py +++ b/setup.py @@ -6,5 +6,5 @@ from setuptools import setup setup( name='pre_commit_placeholder_package', version='0.0.0', - install_requires=['ruff==0.0.69'], + install_requires=['ruff==0.0.13'], )