Skip to content

Commit 13de76d

Browse files
committed
Fix files based on you pre-commit config
1 parent e05c4bb commit 13de76d

Some content is hidden

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

61 files changed

+254
-201
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,13 @@ jobs:
353353
docker exec -it pthd /bin/bash -c "${test_cmd} --num_epochs=7 ${resume_opt}"
354354
355355
build_publish_docker_images:
356-
machine:
356+
machine:
357357
# https://circleci.com/docs/2.0/configuration-reference/#available-machine-images
358358
image: ubuntu-2004:202010-01
359359
docker_layer_caching: true
360360
# https://circleci.com/docs/2.0/configuration-reference/#machine-executor-linux
361361
resource_class: 2xlarge
362-
362+
363363
working_directory: << pipeline.parameters.workingdir >>
364364
steps:
365365
- checkout

.circleci/trigger_if_modified.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ if [ -z "$FILES_MODIFIED" ]; then
4848
circleci-agent step halt
4949
else
5050
echo "Files modified: ${FILES_MODIFIED}, continuing steps"
51-
fi
51+
fi

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: [vfdev-5, ] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: [vfdev-5] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: "\U0001F41B Bug Report"
33
about: Submit a bug report to help us improve Ignite
4-
54
---
65

76
## 🐛 Bug description
@@ -13,9 +12,9 @@ about: Submit a bug report to help us improve Ignite
1312

1413
## Environment
1514

16-
- PyTorch Version (e.g., 1.4):
17-
- Ignite Version (e.g., 0.3.0):
18-
- OS (e.g., Linux):
19-
- How you installed Ignite (`conda`, `pip`, source):
20-
- Python version:
21-
- Any other relevant information:
15+
- PyTorch Version (e.g., 1.4):
16+
- Ignite Version (e.g., 0.3.0):
17+
- OS (e.g., Linux):
18+
- How you installed Ignite (`conda`, `pip`, source):
19+
- Python version:
20+
- Any other relevant information:

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: "\U0001F4DA Documentation"
33
about: Report an issue, comment or suggestion related to project's docs
4-
labels: 'docs'
5-
4+
labels: "docs"
65
---
76

87
## 📚 Documentation

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: "\U0001F680 Feature Request"
33
about: Submit a proposal/request for a new Ingite feature
4-
54
---
65

76
## 🚀 Feature

.github/ISSUE_TEMPLATE/questions-help-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: "❓Questions/Help/Support"
33
about: Do you have a question?
4-
labels: 'question'
4+
labels: "question"
55
---
66

77
## ❓ Questions/Help/Support
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: "\U0001F44D User feedback"
33
about: Say thanks or why you don't like
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
> This is a place to leave any feedback on this package.
11-
> If you like the work, feel free to say thanks here
10+
> If you like the work, feel free to say thanks here
1211
> If you do not like something, please, share it with us and we can see how to improve
1312
> Thank you !

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Fixes #{issue number}
1+
Fixes #{issue number}
22

33
Description:
44

5-
65
Check list:
7-
* [ ] New tests are added (if a new feature is added)
8-
* [ ] New doc strings: description and/or example code are in RST format
9-
* [ ] Documentation is updated (if required)
6+
7+
- [ ] New tests are added (if a new feature is added)
8+
- [ ] New doc strings: description and/or example code are in RST format
9+
- [ ] Documentation is updated (if required)

CITATION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
publisher = {GitHub},
66
journal = {GitHub repository},
77
howpublished = {\url{https://github.com/pytorch/ignite}},
8-
}
8+
}

0 commit comments

Comments
 (0)