Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#158)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)
- [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 12, 2024
1 parent b6a57ab commit 56a549e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- "--py38-plus"

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black
- id: black-jupyter
Expand All @@ -33,7 +33,7 @@ repos:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

Expand Down
1 change: 1 addition & 0 deletions xwrf/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
3-Clause License. Salem is Copyright (c) 2014-2021, Fabien Maussion and Salem Development Team All
rights reserved.
"""

from __future__ import annotations # noqa: F401

from typing import Hashable, Mapping
Expand Down
1 change: 1 addition & 0 deletions xwrf/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* users learning xwrf
* building tutorials in the documentation.
"""

from __future__ import annotations # noqa: F401

import os
Expand Down

0 comments on commit 56a549e

Please sign in to comment.