diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 09a45be..42dc303 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/fredrikaverpil/creosote - rev: v2.6.1 + rev: v2.6.2 hooks: - id: creosote args: diff --git a/src/creosote/__about__.py b/src/creosote/__about__.py index fab833f..b482efe 100644 --- a/src/creosote/__about__.py +++ b/src/creosote/__about__.py @@ -1 +1 @@ -__version__ = "2.6.1" +__version__ = "2.6.2"