Skip to content

Commit

Permalink
Misc cleanup (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthPagadarai authored Nov 21, 2024
1 parent 77086f6 commit faa8e8a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 52 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
hooks:
- id: insert-license
files: bindings\/python\/genalyzer\/.*\.py$
args:
- --license-filepath
- .github/license_header.txt
- --use-current-year
- --no-extra-eol
- --detect-license-in-X-top-lines=3
3 changes: 3 additions & 0 deletions .github/workflows/license_header.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Copyright (C) 2024 Analog Devices, Inc.

SPDX short identifier: ADIBSD
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tools = ["scipy"]
[project.urls]
homepage = "https://analogdevicesinc.github.io/genalyzer/"
documentation = "https://analogdevicesinc.github.io/genalyzer/"
repository = "https://github/analogdevicesinc/genalyzer"
repository = "https://github.com/analogdevicesinc/genalyzer"

[tool.isort]
multi_line_output=3
Expand Down
2 changes: 1 addition & 1 deletion libgenalyzer.iss.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Source: "D:\a\genalyzer\genalyzer\bindings\c\include\cgenalyzer.h"; DestDir: "{c

Source: "D:\a\genalyzer\genalyzer\deps\fftw3\libfftw3-3.dll"; DestDir: "{sys}"; Check: Is64BitInstallMode

Source: "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.40.33807\x64\Microsoft.VC143.CRT\msvcp140.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist
Source: "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.42.34433\x64\Microsoft.VC143.CRT\msvcp140.dll"; DestDir: "{sys}"; Flags: onlyifdoesntexist

50 changes: 0 additions & 50 deletions mkdocs.yml

This file was deleted.

0 comments on commit faa8e8a

Please sign in to comment.