Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #103 from ESSS/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
prusse-martin authored Feb 28, 2024
2 parents 582a98e + f290c58 commit bc038dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
name: autoflake
Expand All @@ -21,7 +21,7 @@ repos:
- id: reorder-python-imports
args: ['--application-directories=.:src:tests', --py36-plus]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black
args: [--safe, --quiet]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_esss_fix_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def test_python_with_bom(tmp_path: Path, sort_cfg_to_tmp: None, check: bool) ->
"source",
[
"",
'"""\nisort:skip_file\n"""\nimport sys\nimport os\n',
'"""\nisort:skip_file\n"""\n\nimport sys\nimport os\n',
"# isort:skip_file\nimport sys\nimport os\n",
],
ids=[
Expand Down

0 comments on commit bc038dc

Please sign in to comment.