Mirror: 0.0.224

This commit is contained in:
Github Actions 2023-01-17 05:11:01 +00:00
parent b0a6088322
commit d21ecbf143
3 changed files with 5 additions and 5 deletions

View File

@ -3,8 +3,8 @@
description: "Run 'ruff' for extremely fast Python linting"
entry: ruff
language: python
'types': [python]
'types_or': [python, pyi]
args: []
require_serial: false
require_serial: true
additional_dependencies: []
minimum_pre_commit_version: '0'
minimum_pre_commit_version: '2.9.2'

View File

@ -1 +1 @@
0.0.223
0.0.224

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.223'],
install_requires=['ruff==0.0.224'],
)