diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf1cec1a..da07742e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: ["--sp", "setup.cfg"] exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|cm/__init__.py|docs/conf.py)$" - repo: https://github.com/hhatto/autopep8 - rev: v2.1.0 + rev: v2.2.0 hooks: - id: autopep8 args: ["--in-place", "--max-line-length", "200"]