Mirror: 0.0.13

This commit is contained in:
Github Actions 2022-10-12 15:16:21 +00:00
parent f3c3160746
commit 77ee909400
3 changed files with 4 additions and 3 deletions

View File

@ -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'

1
.version Normal file
View File

@ -0,0 +1 @@
0.0.13

View File

@ -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'],
)