Skip to content

Commit

Permalink
ci: Remove pre-commit hook that no longer works on Python 3.8 and rep…
Browse files Browse the repository at this point in the history
…lace with one that does (#35)

* docs: Update Basic Usage guide and API documentation to be clearer and provide a more cohesive documentation viewing experience

* ci: Remove a test from the tox config since it is not needed (doesn't work anyways)

* test: Update testing settings to use unique port numbers for each parallel test environment to avoid collisions when running via tox

* docs: Update docstring in example code

* test: Update port used for test server

* docs: Update readme to include an installation section

* ci: Remove pre-commit hook that no longer works on Python 3.8 and replace with one that does
  • Loading branch information
nfelt14 authored Oct 11, 2024
1 parent dabfaee commit 094f3f6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ repos:
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/adamchainz/blacken-docs
rev: 4c97c4a0d921007af6fefae92d8447cfbf63720b # frozen: 1.18.0
hooks:
- id: blacken-docs
files: \.(rst|md|markdown|tex)$
additional_dependencies: [black==24.4.2] # This may need to be updated/removed in the future once ruff supports formatting python code blocks in markdown
args: [--line-length=100]
- repo: https://github.com/lyz-code/yamlfix
rev: 8072181c0f2eab9f2dd8db2eb3b9556d7cd0bd74 # frozen: 1.17.0
hooks:
Expand All @@ -84,6 +77,7 @@ repos:
additional_dependencies:
- setuptools # This is required since Python 3.12 no longer installs setuptools by default in virtual environments
- mdformat-admon
- mdformat-black # This may need to be updated/removed in the future once ruff supports formatting python code blocks in markdown
- mdformat-beautysh
- mdformat-config
- mdformat-footnote
Expand Down

0 comments on commit 094f3f6

Please sign in to comment.