A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: clang-format.fix.ps1 script: Add .venv to list of path exclusions (#1515)

## Summary

* **What is the goal of this PR?** Dont format files in .venv directory
* **What changes are included?**

## Additional Context

* Add any other information that might be helpful for the reviewer
(e.g., performance implications, potential risks,
specific areas to focus on).

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< YES | PARTIALLY | NO
>**_

authored by

jpirnay and committed by
GitHub
45cd0088 cced7778

+1
+1
bin/clang-format-fix.ps1
··· 97 97 'lib\Epub\Epub\hyphenation\generated' 98 98 'lib\uzlib' 99 99 '.pio' 100 + '.venv' 100 101 ) 101 102 102 103 function Test-Excluded($fullPath) {