Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #3042

Merged
merged 37 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
160f785
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Mar 14, 2023
055290a
Fixing codespell
germa89 Mar 14, 2023
16c5c58
Fixing pre-commit
germa89 Mar 14, 2023
5624b2f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2023
f5f952e
simplifying accepted words list
germa89 Mar 14, 2023
ede11fa
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Mar 14, 2023
0173637
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Apr 4, 2023
99688ff
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Apr 4, 2023
48b6a0a
Updating also blackend
germa89 Apr 4, 2023
4813b5c
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Jun 20, 2023
b5e03e7
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Jun 20, 2023
a1bf338
removing vale warnings
germa89 Jun 19, 2023
30a7ac0
Adding words to ignore
germa89 Jun 20, 2023
b402429
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Oct 30, 2023
b3cbd27
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Oct 31, 2023
b498f32
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 6, 2023
d5f0f0e
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Nov 7, 2023
ecffb13
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Nov 13, 2023
e0f4d5c
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Nov 20, 2023
c7cae4e
Merge branch 'main' into pre-commit-ci-update-config
germa89 Nov 20, 2023
e7ff8c1
Updating blacken-docs
germa89 Nov 20, 2023
b659f19
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Dec 18, 2023
2e49e22
Merge branch 'pre-commit-ci-update-config' of https://github.com/pyan…
germa89 Dec 19, 2023
dfce66b
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Dec 25, 2023
ac4c618
fixing missing class
germa89 Dec 26, 2023
2764d33
lower
germa89 Dec 26, 2023
445574b
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Feb 12, 2024
faff9fe
Merge branch 'pre-commit-ci-update-config' of https://github.com/ansy…
germa89 Feb 13, 2024
e4bef6b
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Feb 19, 2024
35a38d3
Merge branch 'pre-commit-ci-update-config' of https://github.com/ansy…
germa89 Feb 22, 2024
5d29d30
installing xindy
germa89 Feb 22, 2024
6d87237
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Apr 15, 2024
aa72f41
Merge branches 'pre-commit-ci-update-config' and 'pre-commit-ci-updat…
germa89 Apr 16, 2024
d57fcfc
Updating black in blacken
germa89 Apr 16, 2024
84892c4
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot] Apr 29, 2024
1136f79
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 29, 2024
695ac43
Merge branch 'pre-commit-ci-update-config' of https://github.com/ansy…
germa89 Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fail_fast: True
repos:

- repo: https://github.com/ansys/pre-commit-hooks
rev: v0.2.9
rev: v0.3.1
hooks:
- id: add-license-headers

Expand All @@ -26,7 +26,7 @@ repos:
)

- repo: https://github.com/psf/black
rev: 24.4.0 # If version changes --> modify "blacken-docs" manually as well.
rev: 24.4.2 # If version changes --> modify "blacken-docs" manually as well.
hooks:
- id: black
args:
Expand All @@ -36,7 +36,7 @@ repos:
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.4.0]
additional_dependencies: [black==24.4.2]

- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
Expand Down
14 changes: 7 additions & 7 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MIT License

Copyright (c) 2024 ANSYS, Inc. All rights reserved.
Copyright (c) 2024 ANSYS, Inc. and/or its affiliates.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand Down