Skip to content

Commit

Permalink
Change formatting to Ruff (#246)
Browse files Browse the repository at this point in the history
* Change formatting to Ruff

* Add newline and update badge
  • Loading branch information
dc-almeida authored Dec 16, 2024
1 parent 33c8e6a commit 99ec80c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/black.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Ruff
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Common definitions for model comparison projects

[![License: CC0-1.0](https://img.shields.io/github/license/iamConsortium/common-definitions)](https://github.com/IAMconsortium/common-definitions/blob/main/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

## Overview

Expand Down

0 comments on commit 99ec80c

Please sign in to comment.