Skip to content

Commit

Permalink
chore: Remove defining default version of language in pre-commit conf…
Browse files Browse the repository at this point in the history
…iguration (#1208)

As all tools used in pre-commit config allow defining which python
version needs to be supported, there is no longer need to pin this
version i pre-commit config

## Summary by Sourcery

Chores:
- Remove the default Python version specification from the pre-commit
configuration.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the configuration file by removing the specified default
Python version.
- Adjusted indentation for improved YAML formatting while retaining
existing hooks and repositories.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
Czaki authored Oct 14, 2024
1 parent ca2021b commit 0c70e06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
default_language_version:
python: python3.8

repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.8.0
Expand Down

0 comments on commit 0c70e06

Please sign in to comment.