Skip to content

Commit 6ec7930

Browse files
[pre-commit.ci] pre-commit autoupdate (#388)
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...25.1.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.2](PyCQA/flake8@7.0.0...7.1.2) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/ansys/pre-commit-hooks: v0.5.1 → v0.5.2](ansys/pre-commit-hooks@v0.5.1...v0.5.2) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Prithwish Mukherjee <[email protected]> Co-authored-by: Prithwish Mukherjee <[email protected]>
1 parent afefa29 commit 6ec7930

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
repos:
22

33
- repo: https://github.com/psf/black
4-
rev: 24.3.0
4+
rev: 25.1.0
55
hooks:
66
- id: black
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.13.2
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.0.0
14+
rev: 7.1.2
1515
hooks:
1616
- id: flake8
1717

1818
- repo: https://github.com/codespell-project/codespell
19-
rev: v2.2.6
19+
rev: v2.4.1
2020
hooks:
2121
- id: codespell
22+
exclude: "pyproject.toml"
2223

2324
# - repo: https://github.com/pycqa/pydocstyle
2425
# rev: 6.1.1
@@ -28,7 +29,7 @@ repos:
2829
# exclude: "tests/"
2930

3031
- repo: https://github.com/ansys/pre-commit-hooks
31-
rev: v0.5.1
32+
rev: v0.5.2
3233
hooks:
3334
- id: add-license-headers
3435
args:

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ contributors and maintainers pledge to making participation in our
77
project and our community a harassment-free experience for everyone,
88
regardless of age, body size, disability, ethnicity, sex
99
characteristics, gender identity and expression, level of experience,
10-
education, socio-economic status, nationality, personal appearance,
10+
education, socioeconomic status, nationality, personal appearance,
1111
race, religion, or sexual identity and orientation.
1212

1313
## Our Standards

0 commit comments

Comments
 (0)