Skip to content

Commit

Permalink
🧪 Add hypothesis to linter envs
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 21, 2024
1 parent f318245 commit c7fc0a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ repos:
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- msrestazure # needed by credentials.azure_kv
- pytest
Expand Down Expand Up @@ -229,6 +230,7 @@ repos:
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- msrestazure # needed by credentials.azure_kv
- pytest
Expand Down Expand Up @@ -260,6 +262,7 @@ repos:
- azure-identity # needed by credentials.azure_kv
- azure-keyvault # needed by credentials.azure_kv
- boto3-stubs # needed by credentials.awx_secretsmanager
- hypothesis
- lxml # dep of `--txt-report`, `--cobertura-xml-report` & `--html-report`
- msrestazure # needed by credentials.azure_kv
- pytest
Expand Down Expand Up @@ -294,6 +297,7 @@ repos:
- azure-keyvault # needed by credentials.azure_kv
- boto3 # needed by credentials.awx_secretsmanager
- covdefaults # needed by pylint-pytest due to pytest-cov loading coverage
- hypothesis # needed by pylint-pytest due to pytest-cov loading coverage
- msrestazure # needed by credentials.azure_kv
- pylint-pytest ~= 2.0.0a0
- pytest-cov # needed by pylint-pytest since it picks up pytest's args
Expand Down

0 comments on commit c7fc0a1

Please sign in to comment.