Skip to content

Bump black from 24.4.0 to 26.3.1 #101

Bump black from 24.4.0 to 26.3.1

Bump black from 24.4.0 to 26.3.1 #101

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install Dependencies
shell: bash
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-lint.txt
- name: Lint
shell: bash
run: |
pylint nomad/
black --check -l 120 -t py312 nomad/