From b868a127430e2ec457c5d3dcde2b61d63ce1d6e2 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Thu, 8 Aug 2024 12:03:43 -0500 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d341f3ce..fc2dc7fe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: language: python exclude: tests/GalSim/|tests/Coord/|tests/jax/galsim/ - repo: https://github.com/pycqa/flake8 - rev: 7.1.1 + rev: 7.0.0 hooks: - id: flake8 entry: pflake8