From 4c77bf19c9b14552557c99fa5194bf79cae79b70 Mon Sep 17 00:00:00 2001 From: Lukas Koch Date: Fri, 18 Oct 2024 12:48:03 +0200 Subject: [PATCH] Fix manifest check again. --- MANIFEST.in | 1 - pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 7d51ff9..70b0838 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,4 +6,3 @@ recursive-include tests *.csv recursive-include tests *.py recursive-include tests *.root recursive-include tests *.txt -ignore .flake8 diff --git a/pyproject.toml b/pyproject.toml index 296ae46..98cb9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ ignore = [ ".pre-commit-config.yaml", "histoprint/version.py", "noxfile.py", + ".flake8", ] [tool.mypy]