From c542e24eee42092e9509c3bb9c4152a0cebbea14 Mon Sep 17 00:00:00 2001 From: JB Lovland Date: Tue, 9 Jan 2024 13:08:59 +0100 Subject: [PATCH] Add ruff badge to readme --- .flake8 | 4 ---- README.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .flake8 diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 51dde5049..000000000 --- a/.flake8 +++ /dev/null @@ -1,4 +0,0 @@ -[flake8] -max-line-length = 88 -ignore = W503, E203 -exclude = docs/conf.py, .eggs, version.py diff --git a/README.md b/README.md index 87991ff5f..bdc6ae7cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # fmu-dataio ![linting](https://github.com/equinor/fmu-dataio/workflows/linting/badge.svg) -[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/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) [![PyPI version](https://badge.fury.io/py/fmu-dataio.svg)](https://badge.fury.io/py/fmu-dataio) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fmu-dataio.svg) ![PyPI - License](https://img.shields.io/pypi/l/fmu-dataio.svg)