Skip to content

Bump pre-commit from 3.4.0 to 3.5.0 (#1485) #5777

Bump pre-commit from 3.4.0 to 3.5.0 (#1485)

Bump pre-commit from 3.4.0 to 3.5.0 (#1485) #5777

Workflow file for this run

##
## Copyright 2023 Ocean Protocol Foundation
## SPDX-License-Identifier: Apache-2.0
##
name: black
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "22.10.0"