Skip to content

Commit ff757e7

Browse files
authoredOct 30, 2022
Prepare the introduction of pre-commit CI + repository configuration updates (#453)
* Remove pre-commit from GitHub workflows in favour of pre-commit CI * Remove manual tag for pre-commit hooks * Update CHANGELOG * Update pre-commit configuration file + add .yamllint - Added new pre-commit hooks + codespell + pydocstyle + doc8 + yamllint - Update pre-commit hook versions - Add .yamllint configuration file - Add .codespell.allow file for codespell * Delete .travis.yml file since not used anymore * Update YAML files to satisfy yamllint * Update Markdown files to fix linter/formatter warnings * Update ReST files to fix linter/formatter warnings * Update Python files to fix linter/formatter warnings * Rename CI jobs * Install pybind11 earlier in CI build * Update CHANGELOG * Address pre-commit CI virtualenv size limitations
1 parent 71a3af0 commit ff757e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+706
-603
lines changed
 

‎.codespell.allow

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Braket
2+
braket
3+
te
4+
Ket
5+
ket

0 commit comments

Comments
 (0)
Please sign in to comment.