From e16a9ffe658091fd95bcd590cb82541f7cf8f791 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Fri, 24 Dec 2021 14:26:15 +1000 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf5af39a..4dfd850b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: args: [ '--remove' ] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.3.54 + rev: 2.4.0 hooks: - id: editorconfig-checker exclude: ^(LICENSE|allianceauth\/static\/css\/themes\/bootstrap-locals.less|allianceauth\/eveonline\/swagger.json|(.*.po)|(.*.mo)) - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v2.29.1 hooks: - id: pyupgrade - args: [ --py37-plus ] + args: [ --py38-plus ]