[pre-commit.ci] pre-commit autoupdate #182
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
uses: open-contracting/.github/.github/workflows/lint.yml@main | |
permissions: | |
contents: write | |
secrets: | |
personal-access-token: ${{ secrets.PAT }} | |
with: | |
python-version: '3.10' | |
# ocdskit is run as a command. openpyxl is an optional dependency of Pandas. | |
standard-maintenance-scripts-ignore: ocdskit,openpyxl | |
# fields.json is a cached upstream file. | |
ocds-noindent: 'yes' |