Skip to content

Commit

Permalink
Merge pull request #93 from fmi-faim/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
imagejan authored Feb 20, 2024
2 parents af18d79 + ecd44bb commit 8f3968f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
additional_dependencies: [flake8-typing-imports==1.14.0,
flake8-black==0.3.6]
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.0
hooks:
- id: autoflake
args: ["--in-place", "--remove-all-unused-imports"]
Expand All @@ -27,11 +27,11 @@ repos:
- id: isort
args: ["--profile", "black", --skip=__init__.py, --filter-files]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py39-plus, --keep-runtime-typing]

0 comments on commit 8f3968f

Please sign in to comment.