Mirror: 0.0.230

This commit is contained in:
Github Actions 2023-01-22 20:06:01 +00:00
parent 514931592b
commit aa446bc4da
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
- id: ruff - id: ruff
name: ruff name: ruff
description: "Run 'ruff' for extremely fast Python linting" description: "Run 'ruff' for extremely fast Python linting"
entry: ruff entry: ruff --force-exclude
language: python language: python
'types_or': [python, pyi] 'types_or': [python, pyi]
args: [] args: []

View File

@ -1 +1 @@
0.0.229 0.0.230

View File

@ -6,5 +6,5 @@ from setuptools import setup
setup( setup(
name='pre_commit_placeholder_package', name='pre_commit_placeholder_package',
version='0.0.0', version='0.0.0',
install_requires=['ruff==0.0.229'], install_requires=['ruff==0.0.230'],
) )