Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# and on pull requests to main
push:
branches: [main]
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
tags: ["*.*.*"]
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ dist/
*.cfg
.env.local
.env.*.local
*.whl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![pypylon](docs/images/Pypylon_grey_RZ_400px.png "pypylon")
![pypylon](https://github.com/basler/pypylon-samples/blob/a22ab135a34e815fdde3ef3431b868617de6f712/docs/images/Pypylon_grey_RZ_400px.png "pypylon")

Sample applications and jupyter notebooks using the official python wrapper for the Basler pylon Camera Software Suite.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ good-names = ["i", "j", "k", "ex", "Run", "_", "id"]
min-similarity-lines = 4
ignore-comments = true
ignore-docstrings = true
ignore-imports = true
ignore-imports = true