Skip to content

Commit a485177

Browse files
author
Bartosz Litwiniuk
committed
Remove pre-commit
1 parent 5b8b662 commit a485177

2 files changed

Lines changed: 3 additions & 27 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,13 @@ Thank you for your interest in contributing to the Backtrace Android SDK. Please
77
```bash
88
git clone https://github.com/backtrace-labs/backtrace-android.git
99
```
10-
11-
2. **Install pre-commit**
12-
```bash
13-
pip install pre-commit
14-
pre-commit install
15-
```
1610

17-
3. **Create a branch** - it's good practice to create a new branch for each feature or bugfix, if you have jira ticket put ticket number as branch prefix:
11+
2. **Create a branch** - it's good practice to create a new branch for each feature or bugfix, if you have jira ticket put ticket number as branch prefix:
1812
```bash
1913
git checkout -b jira-ticket/your-feature-name
2014
```
2115
22-
4. **Update submodules**
16+
3. **Update submodules**
2317
```bash
2418
git submodule update --recursive --remote
2519
git submodule update --init --recursive
@@ -69,7 +63,7 @@ Thank you for your interest in contributing to the Backtrace Android SDK. Please
6963

7064
## Code Formatting
7165

72-
This project uses **[Spotless](https://github.com/diffplug/spotless)** (a code formatting plugin) integrated with **[pre-commit](https://pre-commit.com/)** to ensure consistent code style and automatic formatting before each commit.
66+
This project uses **[Spotless](https://github.com/diffplug/spotless)** to ensure consistent code style.
7367

7468
### Setup Instructions
7569

@@ -84,10 +78,3 @@ If formatting issues are found, you can automatically fix them with:
8478
```bash
8579
./gradlew spotlessApply
8680
```
87-
88-
**Notes**
89-
- The pre-commit hook ensures code formatting is validated automatically before commits are created.
90-
- You can manually trigger all pre-commit checks at any time with:
91-
```bash
92-
pre-commit run --all-files
93-
```

0 commit comments

Comments
 (0)