Skip to content

Commit

Permalink
[FIX] isort: started breaking the world today
Browse files Browse the repository at this point in the history
See PyCQA/isort#2077 and PyCQA/isort#2078 which are fixed by this release.
  • Loading branch information
yajo authored and zamberjo committed Feb 22, 2023
1 parent 3c87a88 commit 94a8ba0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -34,7 +34,7 @@ repos:
rev: v2.29.0
hooks:
- id: pyupgrade
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Expand Up @@ -24,7 +24,7 @@
{%- set repo_rev.eslint = "v7.32.0" %}
{%- set repo_rev.flake8 = "3.9.2" %}
{%- set repo_rev.flake8_bugbear = "21.9.2" %}
{%- set repo_rev.isort = "5.9.3" %}
{%- set repo_rev.isort = "5.12.0" %}
{%- set repo_rev.maintainer_tools = "dfba427ba03900b69e0a7f2c65890dc48921d36a" %}
{%- set repo_rev.nodejs = "14.18.0" %}
{%- set repo_rev.pre_commit_hooks = "v4.0.1" %}
Expand All @@ -40,7 +40,7 @@
{%- set repo_rev.eslint = "v8.24.0" %}
{%- set repo_rev.flake8 = "3.9.2" %}
{%- set repo_rev.flake8_bugbear = "21.9.2" %}
{%- set repo_rev.isort = "5.10.1" %}
{%- set repo_rev.isort = "5.12.0" %}
{%- set repo_rev.maintainer_tools = "4cd2b852214dead80822e93e6749b16f2785b2fe" %}
{%- set repo_rev.nodejs = "16.17.0" %}
{%- set repo_rev.pre_commit_hooks = "v4.3.0" %}
Expand Down

0 comments on commit 94a8ba0

Please sign in to comment.