Skip to content

Commit be082e5

Browse files
committed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualization into main
2 parents d54fb15 + 6ec7930 commit be082e5

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)